Skip to content

Commit 8b8ed75

Browse files
authored
Gemini implementation for LLM models (#107)
* Fixing versioning issues * Add support for Gemini LLM * Updating README.md * Adding yaml support for the model * Adding support for Image Inputs * Fix for str input support * Rename Gemimi LLM to Gemimi * Arium: The agent orchestration (#108) * First version of graph based orchestraction * Creating arium, the terrarium for agents * First working implementation of arium * Adding arium for llm agent orchestraction * Adding anthropic dependency * Updating httpaio * Removed navigation controlled, aganist memory design * Fix to update README * Updated README to have table of contents
1 parent 6ffb317 commit 8b8ed75

26 files changed

Lines changed: 4155 additions & 2393 deletions

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ examples/local/*
1717
.logs
1818
scratch_pad.py
1919
.*
20+
*.png
21+
*.html
22+
usecases/
23+
compare_gemini_outputs_v1.py

0 commit comments

Comments
 (0)