TemperAgent-native GEPA proposer with OTS-backed live proof#79
Merged
TemperAgent-native GEPA proposer with OTS-backed live proof#79
Conversation
rita-aga
reviewed
Mar 22, 2026
Collaborator
rita-aga
left a comment
There was a problem hiding this comment.
CI is failing on a single clippy lint: items_after_test_module in crates/temper-mcp/src/runtime.rs.
run_stdio_server (line 867) is defined after mod tests (line 808). Moving run_stdio_server above the test module should clear it.
Happy to push a fix commit to this branch if you want — it's a ten-second move.
# Conflicts: # crates/temper-platform/src/os_apps/mod_test.rs # crates/temper-server/tests/e2e_gepa_loop.rs # os-apps/temper-agent/specs/temper_agent.ioa.toml # os-apps/temper-agent/wasm/llm_caller/src/lib.rs # os-apps/temper-agent/wasm/sandbox_provisioner/src/lib.rs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
type = "wasm"+ newgepa-proposer-agentmodule.SelectCandidateomitsTrajectoryActions.poll_attempts=600) and run proposer in text-only mode (tools_enabled = "") for deterministic mutation output.Core Changes
wasm-modules/gepa-proposer-agent/(creates/configures/provisions TemperAgent, polls completion, extracts mutation payload)skills/evolution/evolution_run.ioa.tomltype = "wasm",module = "gepa-proposer-agent",on_success = "RecordMutation"poll_attempts,poll_sleep_ms,tools_enabled)skills/evolution/policies/evolution.cedarskills/evolution/skill.mddocs/gepa-real-claude-live-proof-2026-03-19.mdcrates/temper-mcp/src/runtime.rscrates/temper-server/src/state/dispatch/wasm.rsLive Proof (2026-03-19)
gepa-live-ots-temperagent-20260319evo-ots-temperagent-8SelectCandidatewithoutTrajectoryActionsstill replayed OTS actions (PromoteToCritical,Assign,Reassign)DeployIssuespec madePromoteToCriticalsucceed (HTTP 200)docs/gepa-real-claude-live-proof-2026-03-19.mdValidation
cargo test -p temper-server --test e2e_gepa_loop --features observe -- e2e_gepa_wasm_integration_chain_fires e2e_gepa_full_autonomous_loop_with_adapter --nocapture--no-verifyonly after extended long-running workspace DST tests had already been executing for this branch.