google ADK. See HOWTO.md for general AI agent building instructions.
Boilerplate AI agents setup to run using Google Gemini ADK and ready to tweak for training. They are Gemini-specific and/or Gemini-centric (see: 3rd party tools). Current List of working Agents:
- calculation (math)
- code execution
- creative writing
- crew AI (3rd party tools)
- email generator
- fact (trivia)
- file system interaction
- in memory conversation
- language chain (3rd party tools)
- persistent conversation
- search (web)
- support ticket
- utility (N.B. this one is MUCH more interesting than it sounds, just saying)
includes: CrewAi, LangChain
n.b. 3rd party tools may (read: will) require configuration for google/gemini because they are, well, 3rd party.
- see dedicated readme.md files for instruction.
- Requirements: bash pip install -r requirements.txt or pip3 install -r requirements.txt