|
|
ecd47fe3db
|
revert fcb9c189e5
revert fix(agentic): harden TODO workspace write
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-04-18 11:22:27 +00:00 |
|
Codex
|
fcb9c189e5
|
fix(agentic): harden TODO workspace write
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-04-18 08:54:32 +01:00 |
|
Snider
|
edfcb1bdfe
|
feat(agent): unblock factory dispatch, runtime-aware containers, RFC gaps
- paths.go: resolve relative workspace_root against $HOME/Code so workspaces
land in the conventional location regardless of launch cwd (MCP stdio vs CLI)
- dispatch.go: container mounts use /home/agent (matches DEV_USER), plus
runtime-aware dispatch (apple/docker/podman) with GPU toggle per RFC §15.5
- queue.go / runner/queue.go: DispatchConfig adds Runtime/Image/GPU fields;
AgentIdentity parsing for the agents: block (RFC §10/§11)
- pr.go / commands_forge.go / actions.go: agentic_delete_branch tool +
branch/delete CLI (RFC §7)
- brain/tools.go / provider.go: Org + IndexedAt fields on Memory (RFC §4)
- config/agents.yaml: document new dispatch fields, fix identity table
- tests: dispatch_runtime_test.go (21), expanded pr_test.go + queue_test.go,
new CLI fixtures for branch/delete and pr/list
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-04-14 11:45:09 +01:00 |
|
Snider
|
90b03191b2
|
feat(agent): v0.2.0 — HTTP daemon, remote dispatch, review queue, verify+merge
Major additions:
- core-agent serve: persistent HTTP daemon with PID file, health check, registry
- agentic_dispatch_remote: dispatch tasks to remote agents (Charon) over MCP HTTP
- agentic_status_remote: check remote agent workspace status
- agentic_mirror: sync Forge repos to GitHub mirrors with file count limits
- agentic_review_queue: CodeRabbit/Codex review queue with rate-limit awareness
- verify.go: auto-verify (run tests) + auto-merge + retry with rebase + needs-review label
- monitor sync: checkin API integration for cross-agent repo sync
- PostToolUse inbox notification hook (check-notify.sh)
Dispatch improvements:
- --dangerously-skip-permissions (CLI flag changed)
- proc.CloseStdin() after spawn (Claude CLI stdin pipe fix)
- GOWORK=off in agent env and verify
- Exit code / BLOCKED.md / failure detection
- Monitor poke for instant notifications
New agent types:
- coderabbit: CodeRabbit CLI review (--plain --base)
- codex:review: OpenAI Codex review mode
Integrations:
- CODEX.md: OpenAI Codex conventions file
- Gemini extension: points at core-agent MCP (not Node server)
- Codex config: core-agent MCP server added
- GitHub webhook handler + CodeRabbit KPI tables (PHP)
- Forgejo provider for uptelligence webhooks
- Agent checkin endpoint for repo sync
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-17 17:45:04 +00:00 |
|
Snider
|
56397d7377
|
chore: bump claude concurrency to 3, activate charon
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-16 17:57:59 +00:00 |
|
Snider
|
796eb83204
|
feat: add local-agent.sh wrapper + local concurrency config
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-16 07:35:34 +00:00 |
|
Snider
|
d659f1c2c9
|
chore: reduce gemini concurrency to 1 (free tier quota)
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-16 06:36:28 +00:00 |
|
Snider
|
e6dbce3a78
|
feat: rate config for quota-aware scheduling — gemini burst/sustained modes
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-15 17:56:04 +00:00 |
|
Snider
|
e77140a58f
|
feat: per-agent concurrency — claude: 1, gemini: 3, codex: 1
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-15 17:33:26 +00:00 |
|
Snider
|
99e8456c57
|
feat: add agents.yaml config for dispatch concurrency control
max_concurrent: 2 limits parallel agent processes.
Agent identities: cladius (dispatch/review), athena (worker),
charon (worker/review, inactive), clotho (worker, inactive).
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-15 16:03:21 +00:00 |
|