Commit Graph

21 Commits

Author SHA1 Message Date
Olivier Chafik
da02397f7f agent: support more providers (+ extract serve_tools_inside_docker.sh)
update readme
2024-10-03 19:23:32 +01:00
Olivier Chafik
fa8df0c350 agent: drop fastify.py -> simpler serve_tools.py, and expose other tools to python interpreter 2024-10-02 19:51:23 +01:00
Olivier Chafik
6b4a454735 agent: hard-code max_results=10 in brave_search 2024-10-02 19:13:28 +01:00
Olivier Chafik
26e76f9704 agent: allow interactive chat by default, and don't reuse sessions 2024-10-02 19:12:57 +01:00
Olivier Chafik
6f2191d99e agent: remove *lots* of cruft from tool definitions derived from FastAPI catalog (and remove wait* tools which can be implemented in Python anyway) 2024-10-02 17:54:20 +01:00
Olivier Chafik
e2a9ab68a3 agent: --openai flag (auto-fetches OPENAI_API_KEY), improved logging 2024-10-02 17:15:55 +01:00
Olivier Chafik
2428b73853 agent: ditch openai dependency, use cache_prompt and expose seed 2024-10-02 16:26:45 +01:00
Olivier Chafik
b559d64ecc Update README.md 2024-10-02 15:19:27 +01:00
Olivier Chafik
9e502e89a5 tool-call: promote getting chat templates w/ dedicated script rather than rely on test resources 2024-10-02 15:03:08 +01:00
Olivier Chafik
f3538e755b update tools 2024-10-02 14:57:25 +01:00
Olivier Chafik
5b01402655 agent: add brave_search & fetch_page tools + move to examples/agent/tools/ 2024-10-02 14:29:45 +01:00
ochafik
dbda025f87 tool-call: test messages -> template -> grammar -> tool call parser 2024-09-28 22:32:47 +01:00
ochafik
0ae1112faa agent: try to fix pyright lint 2024-09-28 20:10:08 +01:00
ochafik
ef2a020276 tool-call: make agent async 2024-09-28 19:11:09 +01:00
ochafik
c657857e21 tool-call: cleanup tools.py 2024-09-28 18:33:40 +01:00
ochafik
7cef90cf9c tool-call: more eager function call parsing for Functionary & Llama (give a chance to 3B model) 2024-09-28 18:33:40 +01:00
ochafik
2f25ee30ef Update README.md 2024-09-27 07:18:07 +01:00
ochafik
86e4f99092 Update README.md 2024-09-27 07:15:25 +01:00
ochafik
e62b5de3cf tool-call: fix functionary-small-3.2 (first tool starts w/ name\n, subsequent are >>>name\n) 2024-09-27 07:06:33 +01:00
ochafik
e33b342da7 tool-call: fix passing of tools to template + allow agent to finish 2024-09-27 06:24:22 +01:00
ochafik
0abfa36ca7 tool-call: move usage examples to examples/agent 2024-09-27 05:10:30 +01:00