A Claw based on adk-coder using Google Agent Development Kit (ADK)
Stars
1
Forks
0
Watchers
1
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
65
commits
Merge pull request #6 from allenporter/chore/update-identity
21a6500View on GitHubfeat(github): support threaded replies to review comments and handle PR closure
cd254ebView on GitHubMerge pull request #4 from allenporter/feat/github-adapter
4e61727View on GitHubdocs: add GithubAdapter to README and address lint errors
b94a717View on GitHubImprove memory management: add in-context summaries and auto-init memory folder
dbcdf69View on GitHubfeat: refine agent starter files with detailed operational guidelines and add workspace initialization tests.
de0a1b6View on GitHubfeat: Implement workspace initialization and assemble systemic instructions from new starter files.
4a92c63View on GitHubRefactor memory handling by replacing `MemoryToolSet` with a `load_memory_context` function, updating `adk-coder`, and adjusting related tests.
af1db40View on GitHubfeat: Implement persistent agent memory (key-value and journal) with new tools and embedded runtime integration.
8df1974View on GitHubfeat: Add support for workspace-specific environment variables and external MCP servers to the agent runtime.
0ed0a72View on GitHubrefactor: extract Runtime protocol, merge orchestrator into host
52e30fcView on GitHubrefactor: introduce Runtime protocol and move embedded agent execution from orchestrator to runtime.
499a53eView on GitHub