multica/packages/core/src/agent
Jiayuan Zhang e28ecb9a91
Merge pull request #216 from multica-ai/codex/meta-skill-installer-e2e-skills-benchmark
feat(skills): add ClawHub meta installer and agent-driven E2E benchmark
2026-02-17 02:45:45 +08:00
..
auth-profiles test(core): migrate 5 tests from internal mocks to real implementations 2026-02-13 22:17:52 +08:00
cli refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
context-window fix(test): increase timeout for summary fallback artifact extraction test 2026-02-16 01:10:18 +08:00
profile chore(docs): remove non-e2e documentation 2026-02-17 00:46:36 +08:00
providers fix(providers): use dedicated openai-codex provider instead of aliasing to openai 2026-02-13 15:01:57 +08:00
session Merge pull request #208 from multica-ai/forrestchang/compaction-audit 2026-02-16 00:01:58 +08:00
skills chore(docs): remove non-e2e documentation 2026-02-17 00:46:36 +08:00
system-prompt Merge pull request #216 from multica-ai/codex/meta-skill-installer-e2e-skills-benchmark 2026-02-17 02:45:45 +08:00
tools fix(agent): guard workaround and local skill mutation commands 2026-02-17 02:37:29 +08:00
async-agent.test.ts feat(agent): expose isRunning and lastRunError on Agent and AsyncAgent 2026-02-11 17:09:33 +08:00
async-agent.ts feat(chat): add context window usage indicator 2026-02-17 00:38:17 +08:00
channel.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
credentials-cli.ts refactor(credentials): remove skills.env.json5 support 2026-02-15 13:34:51 +08:00
credentials.ts fix(credentials): add fallback to ~/.super-multica for custom data dirs 2026-02-15 17:48:21 +08:00
errors.ts feat(agent): add isContextOverflowError utility 2026-02-12 14:43:33 +08:00
events.ts fix(agent): report accurate compaction metrics and add run-log observability 2026-02-15 15:42:04 +08:00
extract-text.ts fix(core): check for "toolCall" type in hasToolUse() to match pi-ai types 2026-02-14 03:32:16 +08:00
index.ts refactor(core): remove legacy subagent registry subsystem 2026-02-17 00:07:15 +08:00
message-timestamp.test.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
message-timestamp.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
run-log.ts feat(agent): replace sessions_spawn with synchronous delegate tool 2026-02-16 01:09:21 +08:00
runner.skill-install-consent.test.ts fix(agent): guard workaround and local skill mutation commands 2026-02-17 02:37:29 +08:00
runner.ts Merge pull request #216 from multica-ai/codex/meta-skill-installer-e2e-skills-benchmark 2026-02-17 02:45:45 +08:00
sync-agent.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
tokens.test.ts fix(agent): add NO_REPLY detection utility for filtering silent replies 2026-02-11 17:16:22 +08:00
tokens.ts fix(agent): add NO_REPLY detection utility for filtering silent replies 2026-02-11 17:16:22 +08:00
tools.ts feat(agent): replace sessions_spawn with synchronous delegate tool 2026-02-16 01:09:21 +08:00
types.ts refactor(compaction): remove dead code and legacy count mode 2026-02-15 21:37:23 +08:00
web-tools-policy.test.ts fix(agent): enforce sufficient search-fetch evidence 2026-02-17 02:08:15 +08:00
web-tools-policy.ts fix(agent): enforce sufficient search-fetch evidence 2026-02-17 02:08:15 +08:00
workspace.test.ts refactor(agent): move workspace to ~/Documents/Multica 2026-02-12 19:04:20 +08:00
workspace.ts refactor(agent): move workspace to ~/Documents/Multica 2026-02-12 19:04:20 +08:00