Autonomous agent system powered by Claude SDK. Skills as .md files, multi-channel communication, and cross-platform support.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
86
commits
feat: agent registry, agents list command, and working agent-creator flow
6083b84View on GitHubfix: wire Telegram channel to orchestrator and propagate user_id for replies
c4b0f82View on GitHubfix: maintain conversation context via Claude CLI session resumption
6a19c44View on GitHubfix: show prompt only after response arrives, not immediately after input
ff7482aView on GitHubfix: cancel orchestrator task when CLI feed ends (/exit now works)
06744a2View on GitHubfeat: /exit and /quit commands to stop the CLI session
e7207c7View on GitHubfeat: dispatch via claude CLI subprocess; login accepts API key; update tests
054b46aView on GitHubfix: login stores Anthropic API key; dispatcher uses api_key instead of auth_token
bdfa96eView on GitHubfix: SubagentDispatcher passes OAuth token to Anthropic SDK
83c0523View on GitHubfix: login reads Claude Code OAuth token from macOS keychain instead of broken OAuth flow
12693adView on GitHubtest: Plan 7 integration verification — all three channels route to orchestrator
d1a244cView on GitHubfeat: channel manager wires WhatsApp, Slack, and Web adapters
8b3b1d7View on GitHubfeat: channel add CLI commands for whatsapp, slack, and web
9afdfa2View on GitHubfeat: Web UI channel adapter with WebSocket and minimal chat frontend
653ebdeView on GitHubfix: add type annotation and null guard to SlackAdapter
f72a195View on GitHub