multica/src/agent
Jiayuan 14d22640e3 feat(agent): add interactive CLI for agent interaction
Introduce a new interactive CLI that provides a REPL interface for continuous conversation with the agent. Features include multi-line input mode, session management, built-in commands, and streaming output integration with existing agent infrastructure.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-30 03:29:45 +08:00
..
profile feat(agent): add profile system and improve tools 2026-01-30 02:47:30 +08:00
session feat(agent): add profile system and improve tools 2026-01-30 02:47:30 +08:00
tools fix(agent): prevent memory leak and buffer overflow in process tool 2026-01-30 03:08:24 +08:00
cli.ts feat(agent): add profile system and improve tools 2026-01-30 02:47:30 +08:00
index.ts feat(agent): add profile system and improve tools 2026-01-30 02:47:30 +08:00
interactive-cli.ts feat(agent): add interactive CLI for agent interaction 2026-01-30 03:29:45 +08:00
output.ts chore(agent): drop bash tool alias 2026-01-30 01:51:29 +08:00
profile-cli.ts feat(agent): add profile system and improve tools 2026-01-30 02:47:30 +08:00
runner.ts feat(agent): add profile system and improve tools 2026-01-30 02:47:30 +08:00
tools.ts feat(agent): add profile system and improve tools 2026-01-30 02:47:30 +08:00
types.ts feat(agent): add profile system and improve tools 2026-01-30 02:47:30 +08:00