agent-orchestrator/v2/sidecar
DexterFromLab 55ba8d0969 Add incoming message visibility and shell command execution to Aider runner
- Emit 'input' events so agents show received prompts in their console
- Execute detected shell commands (btmsg, bttask, etc.) from LLM output
- Feed command results back to aider for iterative autonomous work
- Detect commands in code blocks, bare btmsg/bttask lines, and $ prefixes
- More robust THINKING/ANSWER marker detection (multiple unicode variants)
- Adapter handles new 'input' and 'tool_result' event types

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 16:24:20 +01:00
..
agent-runner-deno.ts fix(v2): default systemPrompt to claude_code preset for CLAUDE.md loading 2026-03-07 01:59:51 +01:00
aider-runner.ts Add incoming message visibility and shell command execution to Aider runner 2026-03-12 16:24:20 +01:00
claude-runner.ts feat(orchestration): multi-agent communication, unified agents, env passthrough 2026-03-11 14:53:39 +01:00
codex-runner.ts feat(orchestration): multi-agent communication, unified agents, env passthrough 2026-03-11 14:53:39 +01:00
ollama-runner.ts feat(providers): add Codex and Ollama provider runners with message adapters 2026-03-11 03:56:05 +01:00
package-lock.json feat(v2): implement agent-runner sidecar with claude CLI subprocess 2026-03-06 01:01:43 +01:00
package.json feat(provider-adapter): implement multi-provider abstraction layer (Phase 1) 2026-03-11 02:08:45 +01:00