Commit Graph
274 Commits
Author SHA1 Message Date
ciregenz 534f83c89d [eric] agents: extract built-in MCP-server registration into builtin_mcp_servers + tests 2026-06-23 11:22:15 -07:00
ciregenz 5a6273ec8e [eric] agents: extract the per-turn tool-allowlist gate into permissions/effective_tools + tests 2026-06-23 05:28:06 -07:00
ciregenz c59ddfca59 [eric] agents: harness drives a full StreamEvent turn through the real loop (complete WS contract) 2026-06-23 05:23:39 -07:00
ciregenz a1cbaaeabb [eric] agents: @typechecked + typed signature on the loop, p_ the live-partial mirror (convention) 2026-06-23 05:15:34 -07:00
ciregenz 94172d6fc1 [eric] agents: alias the manager's leading-_ top-level imports to clean names (convention) 2026-06-23 05:13:02 -07:00
ciregenz 97afe997aa [eric] agents: split per-run support methods into RunSupportMixin + p_-rename the private methods (convention-clean) 2026-06-23 04:58:29 -07:00
ciregenz 675e4cbc57 [eric] agents: make the lifecycle + messaging mixins convention-clean (p_ privates, typing, @typechecked) 2026-06-23 04:40:38 -07:00
ciregenz f04c050b16 [eric] agents: model the live-partial stream mirror (LivePartial) + type the streaming dict params 2026-06-23 04:29:39 -07:00
ciregenz 5629f70c11 [eric] agents: extract ResultMessage handler (token/cost/reset) into streaming/result_message + tests 2026-06-23 04:24:18 -07:00
ciregenz 64f68c6eb4 [eric] agents: extract AssistantMessage handler + upsert_message into streaming modules + tests 2026-06-23 04:19:24 -07:00
ciregenz 2f0c101d6a [eric] agents: extract StreamEvent (incremental stream) handler into streaming/stream_event + tests 2026-06-23 03:54:45 -07:00
ciregenz 2004a79fdd [eric] agents: split session lifecycle + query methods into SessionLifecycleMixin 2026-06-23 03:42:38 -07:00
ciregenz 51bd37f987 [eric] agents: model the approval decision (kill dict) + tool_catalog helpers off leading-_ 2026-06-23 03:22:55 -07:00
ciregenz f7f37766b4 [eric] agents: extract web-MCP-need provider decision into tools/web (should_register_web_mcp) 2026-06-23 02:52:55 -07:00
ciregenz 44832b2b13 [eric] agents: prompt_context public fns lose leading-_ (convention); drop dead delegators 2026-06-23 02:44:46 -07:00
ciregenz 4fadac987a [eric] agents: extract per-turn system-prompt assembly into system_prompt module 2026-06-23 02:39:19 -07:00
ciregenz 85d0ee8a13 [eric] agents: harness test pins the loop's hook wiring (hook_ctx + 4 wrappers) 2026-06-23 02:30:53 -07:00
ciregenz bbf76a0b9f [eric] agents: lift Stop hook (App Builder render gate) into stop_hook module 2026-06-23 02:15:58 -07:00
ciregenz 678472023d [eric] agents: lift PostToolUse hook into tool_result_hook (drops 2 dead local computations) 2026-06-23 02:11:52 -07:00
ciregenz 2be4620453 [eric] agents: extract view-builder render state into its own module 2026-06-23 02:04:05 -07:00
ciregenz aa3ce99978 [eric] agents: lift permission/pre-tool SDK hooks into gate_hooks + HookContext 2026-06-23 01:59:14 -07:00
ciregenz 0678ce3f77 [eric] agents: move tool-name enumeration into tool_catalog (drops loop upward dep) 2026-06-23 01:52:18 -07:00
ciregenz 0adddb1f05 [eric] agents: extract permission policy + HITL approval into manager/permissions/decision (Phase C) 2026-06-23 01:32:00 -07:00
ciregenz ca03e0a86b [eric] agents: fix thinking-pill per-turn token delta (baselines unified into TurnState) + harness pin 2026-06-23 01:17:10 -07:00
ciregenz fd25833565 [eric] agents: streaming harness driving real _run_agent_loop against mocked SDK (Phase 0 safety net) 2026-06-23 00:46:35 -07:00
ciregenz 88b994d0b3 [eric] agents: extract capacity-retry backoff decision into error_classify.capacity_retry_wait + tests 2026-06-23 00:14:01 -07:00
ciregenz 439d925183 [eric] agents: extract token-accounting + compaction trigger into manager/context_budget + 10-test suite 2026-06-23 00:01:51 -07:00
ciregenz 21f59ae602 [eric] agents: extract the sensitive-path permission gate into manager/permissions/path_gate + 17-test suite 2026-06-22 23:54:05 -07:00
ciregenz 556f388552 [eric] agents: extract resume + duplicate session builders into manager/session/lifecycle + tests 2026-06-22 23:29:15 -07:00
ciregenz 03d66fdd5f [eric] agents: move apply_context_window into manager/session (drops the _ prefix, convention-clean) 2026-06-22 23:26:25 -07:00
ciregenz 4dfb5a83a8 [eric] agents: extract turn_label + group_meta into manager/metadata (convention-clean) + tests 2026-06-22 23:13:53 -07:00
ciregenz 0539dc2be0 [eric] agents: extract generate_title into manager/metadata (convention-clean) + test 2026-06-22 23:05:30 -07:00
ciregenz 38ab168091 [eric] agents: make browser_dispatch convention-clean (p_ privates, @typechecked, typing, no Any) 2026-06-22 22:52:02 -07:00
ciregenz b8e1b393a2 [eric] agents: add browser_dispatch integration test (success + no-dashboard paths) 2026-06-22 15:16:57 -07:00
ciregenz 05432cd680 [eric] approvals: Always-approve persists per-tool via a shared read/write slot resolver 2026-06-22 04:00:09 -07:00
ciregenz 7b3e298037 [eric] sessions: purge all per-session memory on close/delete via one chokepoint 2026-06-22 02:51:42 -07:00
ciregenz ec8fc4b7c0 [eric] webapp-cache: validate-or-nuke half-installed warm cache, heal off the hot path 2026-06-22 02:51:30 -07:00
ciregenz 6d645e1781 [eric] outputs: tests for content-addressed version store 2026-06-22 02:41:18 -07:00
ciregenz cce8f62ba2 [eric] free-trial: bounded re-check after 9router start so a lagging provider list can't shadow a sub 2026-06-22 00:33:30 -07:00
ciregenz 064361536a [eric] free-trial: arm waits for 9router so a backgrounded sub isn't shadowed to haiku 2026-06-22 00:09:17 -07:00
ciregenz 45e285916c [eric] merge eric/skills-settings into eric/app-publishing 2026-06-21 22:03:13 -07:00
ciregenz ee5b5c2cea [eric] publish: split 379-line monolith into scan/build/cloud modules + memoize scan by source hash 2026-06-20 03:06:44 -07:00
ciregenz c722641fec [eric] settings: PATCH diff-merge save closes renderer-vs-agent lost update; per-loop write lock 2026-06-19 18:38:02 -07:00
ciregenz 5043f5ad99 [eric] skills: prove skill injection is provider-agnostic by construction (no provider arg, universal Read tool) 2026-06-19 18:14:58 -07:00
ciregenz 7cdc7690fe [eric] settings-agent/skills: prove live stdio guard on a real session, install->usable pipeline, and select->send threading 2026-06-19 18:08:52 -07:00
ciregenz 1cf843d965 [eric] settings-agent: shared secret-scanner (backend/common) + fail-safe value-shape redaction + second-wall credential restore + unified settings write lock 2026-06-19 18:04:43 -07:00
ciregenz ef1c7a28e2 [eric] publish: don't embed the install token in preview app JS; stub OUTPUT_* (run only when published) 2026-06-19 17:47:25 -07:00
ciregenz abcd334b34 [eric] publish: OUTPUT_COMPUTE/OUTPUT_LLM runtime in preview + /outputs/llm endpoint + skill doc 2026-06-19 04:57:06 -07:00
ciregenz 6e3ccd1824 [eric] skills: harden skills.sh resolver, optional GitHub token (60->5000/hr), real default-branch fallback when main/master miss, deterministic skill-path tie-break 2026-06-19 04:08:53 -07:00
ciregenz 5902352ef9 [eric] skills: unify storage so every user/imported skill is a folder (one write path); flat stays read-compat and is superseded on write 2026-06-19 04:07:09 -07:00