Tool calling added.

This commit is contained in:
vh
2026-04-03 09:01:01 -07:00
parent 46b10e8420
commit 2166af01be
11 changed files with 1492 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@
python-dotenv>=1.0.0 # loads .env into os.environ at startup
pyyaml>=6.0.0 # reads config/agents.yaml
ruamel.yaml>=0.18 # comment-preserving YAML round-trips (tools.py)
openai>=1.50.0 # covers openai, openai_compatible, lmstudio, llamacpp
rich>=13.0.0 # terminal UI (Iris)