Skip to content

dwani-ai/agent-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agents and Recipes

Experiments and recipes for AI agents: multi-agent systems, code-execution sandboxes, and an agentic system for playing Factorio/Polytopia.

What's in this repo

Area Description
Multi-agent systems (Google ADK) Examples built with Google's Agent Development Kit — sub-agents, sequence agents, loop agents — using LiteLLM for inference.
Coding agents + sandbox Agent harness that reformulates questions as coding problems, generates code (e.g. Qwen3-Coder), and runs it in a sandboxed environment with resource limits.
Factorio Agentic system that plays Factorio. See the Factorio README for setup.

Coding agents: sandbox in action

The coding-agents pipeline runs an LLM-backed codegen service that sends code to a sandbox for execution. Example: "How many r in strawberry?" is turned into code, executed, and the result is returned.

Sandbox example: how many r in strawberry?

For architecture and data flow (including the full "how many r in strawberry?" flow), see Coding Agents README.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Contributors