Commit Graph

110 Commits

Author SHA1 Message Date
Aymeric aa06a7ad78 Move doc to 'en' subfolder 2024-12-31 12:46:17 +01:00
Aymeric d8fd2179a0 Test documentation build 2024-12-31 12:39:23 +01:00
Aymeric b21c1817dc Fix wording in the intro to agents 2024-12-31 12:26:40 +01:00
Aymeric a3fe084e68 Clarify doc about system prompt modification 2024-12-31 12:23:32 +01:00
Aymeric ac1ae54bd6 Add multiagent example 2024-12-31 09:31:32 +01:00
Aymeric 59993e6a76 Add multiagent example 2024-12-31 01:31:58 +01:00
Aymeric 54d6857da2 Pass tests 2024-12-30 18:03:53 +01:00
Aymeric Roucher a50f9284b3
Merge pull request #10 from haesleinhuepf/support_remote_llm_servers
Support remote llm servers in LiteLLMModel
2024-12-30 15:14:21 +01:00
Aymeric 4ea3c00b45 Small fixes in tool pushing 2024-12-30 15:05:06 +01:00
Robert Haase 8d388ed217 simplify example code 2024-12-30 12:48:56 +01:00
Robert Haase 56a4592521 add example using ollama 2024-12-30 12:41:20 +01:00
Robert Haase b3dfaddd43 make compatible with remote openai-compatible servers 2024-12-30 12:41:01 +01:00
Aymeric 6f13e78aac Improve intro to agents 2024-12-30 12:23:19 +01:00
Aymeric 95aae1ba85 Test documentation changes 2024-12-30 00:48:17 +01:00
Aymeric 01ceb98da1 Add doc build workflows 2024-12-30 00:39:30 +01:00
Aymeric 329119b716 Fix f-string issues on python<3.12 2024-12-29 22:54:28 +01:00
Aymeric 132f9f3e6a Update torchvision 2024-12-27 17:19:07 +01:00
Aymeric a9bcfbdd22 Remove unused docker code 2024-12-27 17:02:17 +01:00
Aymeric 3c52977e7f Nits in readme 2024-12-27 16:53:31 +01:00
Aymeric 86c8d28830 Update pyproject 2024-12-27 16:46:32 +01:00
Aymeric 9b172e900f Add build files 2024-12-27 16:42:17 +01:00
Aymeric 77a4cce196 Update readme 2024-12-27 16:39:31 +01:00
Aymeric b51c490a2a Update version 2024-12-27 16:36:50 +01:00
Aymeric d5a036d3f2 Pass tests 2024-12-27 16:27:16 +01:00
Aymeric c880f2f5b6 Format 2024-12-27 16:18:19 +01:00
Aymeric Roucher 710fb75559
Update README.md 2024-12-27 16:11:08 +01:00
Aymeric c57cd3c8d2 Update readme video 2024-12-27 16:09:24 +01:00
Aymeric 82edb4ed93 Improve prompts 2024-12-27 15:23:07 +01:00
Aymeric db64c46e5f Clarify tool.save() docstring 2024-12-26 19:27:05 +01:00
Aymeric 654f0047f3 Improve Readme example 2024-12-26 19:00:09 +01:00
Aymeric f8b9cb34f9 Fix additional args sent to e2b server 2024-12-26 17:59:15 +01:00
Aymeric 1abaf69b67 Make RAG example extremely fast with BM25 2024-12-26 16:19:31 +01:00
Aymeric eecd728668 Improve RAG example 2024-12-26 15:33:40 +01:00
Aymeric 9e288cefba Add RAG example 2024-12-26 13:13:29 +01:00
Aymeric df89388147 Fix tool forward args with defaults but no type hint 2024-12-26 12:32:23 +01:00
Aymeric 9863155a94 Update readme 2024-12-26 12:10:17 +01:00
Aymeric ccdc75333b Add tests for models 2024-12-26 11:56:06 +01:00
Aymeric e5ca0f0cb8 Support optional arguments in tool calls 2024-12-26 11:55:20 +01:00
Aymeric 93569bd7c1 Fix json schema for final answer 2024-12-26 01:19:56 +01:00
Aymeric 8bd5144da1 Add stdout to PythonInterpreterTool 2024-12-26 00:49:45 +01:00
Aymeric 5e82faf595 Improve type handling and logging observations for ToolCallingAgent 2024-12-25 23:55:57 +01:00
Aymeric c4f38850b2 Improve code execution error logging 2024-12-25 23:28:57 +01:00
Aymeric 8005d6f21d Change name 'llm_engine' to 'model' 2024-12-25 21:51:43 +01:00
Aymeric bfbe704793 Improve log formatting 2024-12-25 06:02:25 +01:00
Aymeric 3a70e17cae Remove direct support for openai and anthropic engines, one can use LiteLLM 2024-12-24 23:36:46 +01:00
Aymeric 162d4dc362 Add standard call to LiteLLM engine 2024-12-24 19:55:34 +01:00
Aymeric 1e357cee7f Add LiteLLM engine 2024-12-24 17:34:14 +01:00
Aymeric 762ae9cfae Change rule color and end of step logs 2024-12-24 13:00:24 +01:00
Aymeric 48b7f53a54 Rename web search tool gto WebSearchTool 2024-12-24 12:27:10 +01:00
Aymeric 775f6e8d7f Make doc buildable with new names 2024-12-24 12:18:18 +01:00