multica/src/agent
Jiang Bohan cd0888dc33 docs(tools): add Agent Profile integration section
Add architecture diagram showing Hub-Agent-Client relationship and
document how Profile config.json integrates with tools configuration.
Mark Phase 2 as complete.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 02:25:42 +08:00
..
context-window test(context): add unit tests for context window guard 2026-01-30 14:00:38 +08:00
profile docs(profile): add README with config.json documentation 2026-01-31 02:25:42 +08:00
session Merge pull request #30 from multica-ai/forrestchang/add-unit-tests 2026-01-30 14:13:10 +08:00
skills docs: add language switch and update root README skills section 2026-01-30 17:10:01 +08:00
tools docs(tools): add Agent Profile integration section 2026-01-31 02:25:42 +08:00
async-agent.ts refactor(agent): simplify AsyncAgent to use result.text instead of stream interception 2026-01-30 11:52:01 +08:00
autocomplete.ts fix(autocomplete): Tab completes selected suggestion to input 2026-01-30 17:49:12 +08:00
channel.ts feat(agent): add SyncAgent and AsyncAgent wrapper classes 2026-01-30 11:37:09 +08:00
cli.ts fix(tools): resolve exactOptionalPropertyTypes errors 2026-01-31 02:25:42 +08:00
index.ts feat(agent): add SyncAgent and AsyncAgent wrapper classes 2026-01-30 11:37:09 +08:00
interactive-cli.ts feat(cli): add real-time autocomplete dropdown for commands 2026-01-30 16:20:17 +08:00
output.ts chore(agent): drop bash tool alias 2026-01-30 01:51:29 +08:00
profile-cli.ts refactor(shared): extract DATA_DIR constant to shared/paths.ts 2026-01-30 13:49:35 +08:00
runner.ts feat(tools): integrate Profile tools config with runner 2026-01-31 02:25:42 +08:00
skills-cli.ts feat(cli): enhance status command with rich diagnostics 2026-01-30 16:33:10 +08:00
sync-agent.ts feat(agent): add SyncAgent and AsyncAgent wrapper classes 2026-01-30 11:37:09 +08:00
tools-cli.ts fix(tools): resolve exactOptionalPropertyTypes errors 2026-01-31 02:25:42 +08:00
tools.ts refactor(tools): integrate policy filtering into resolveTools 2026-01-31 02:25:22 +08:00
types.ts refactor(tools): integrate policy filtering into resolveTools 2026-01-31 02:25:22 +08:00