Commit Graph

154 Commits

Author SHA1 Message Date
Moritz Laurer 7d6599e430
docs: small fixes in docs (#245) 2025-01-17 19:20:25 +01:00
Fanwang Meng 3e1c979dac
Add Chinese translations for multi-agent example (#246)
* Add first complete Chinese translation
2025-01-17 19:12:59 +01:00
RolandJAAI e30ec8ac91
Set ollama context lenght in example to 8192 to make it work (#252)
* set ollama context length in example
2025-01-17 18:41:34 +01:00
matterattetatte c56d73731d
Dead Link to Duck Duck Go search tool (#233)
* Update multiagents.md URL to DuckDuckGo
2025-01-16 23:04:40 +01:00
Aymeric Roucher b4091cb5ce
Allow passing kwargs to all models (#222)
* Allow passing kwargs to all models
2025-01-16 23:03:38 +01:00
RolandJAAI a1d8f3c398
fix tool example with additional args (#228) 2025-01-16 23:00:11 +01:00
Aymeric 96ebe01dc7 Add license_to_call graphic to documentation index 2025-01-16 11:48:16 +01:00
Aymeric 98c6688c3d Add pip install for instrumentation 2025-01-16 09:39:28 +01:00
Ruggero Rossi 4c5f1fe4b4
fix typo in building_good_agents.md (#193)
Change function get_coordinates_from_location to convert_location_to_coordinates
2025-01-15 18:04:54 +01:00
Aymeric Roucher e5c054cc5b
Pre-release fixes (#207) 2025-01-15 16:56:12 +01:00
Aymeric Roucher 25e00c6e74
Document OpenTelemetry (#204) 2025-01-15 16:07:34 +01:00
Albert Villanova del Moral 1f96560c92
Fix minor issues in building_good_agents docs (#170)
* Fix doc inter-link to intro_agents in building_good_agents, make text italic, minor typos
2025-01-13 17:26:32 +01:00
duydl 67ee777370
Fix minor docs (#173) 2025-01-13 16:31:36 +01:00
Ayuilos c0496dc6bc
[i18n] Add Chinese translation(`zh`) for smolagents (#156)
* Add Chinese version (`zh`) of the documentation for smolagents
2025-01-13 16:24:23 +01:00
sid tuladhar 60b1abdae6
Fixed agents.md (#164)
Fix docs: custom_model should return an object that has a .content attribute
2025-01-13 16:21:51 +01:00
Aymeric Roucher fec65e154a
More flexible verbosity level (#150) 2025-01-10 23:46:22 +01:00
Aymeric Roucher eca83800e3
Halve import time by removing torch dependency (#147)
* Halve import time by removing torch dependency
2025-01-10 15:00:28 +01:00
GamifyAI.ai d8a4b831bb
Fix several typos in docs. (#140) 2025-01-10 13:00:24 +01:00
Aymeric Roucher 5c33130fa4
Vastly simplify Model class (#146)
* Vastly simplify Model class by making only one __call__ method 
2025-01-10 12:30:59 +01:00
Aymeric Roucher cb9830a554
Support OpenTelemetry (#136)
* Support OpenTelemetry
2025-01-09 23:08:17 +01:00
Izaak Curry 6b8467c546
Fix Spelling Errors in Documentation (#99)
* Update docs/tutorials/tools.md
2025-01-07 14:07:30 +01:00
Omar Irfan Khan 10e0db06e0
fixing spelling and grammar for query in docs/examples/multiagents.md (#98) 2025-01-07 14:05:06 +01:00
Derek Alia f6ed22561a
Update rag.md with missing verb
Missing verb in “The agent can the generated snippets ...”

Original:
“The agent can the generated snippets and re-retrieve if needed, as in Self-Query.”

Fix:

“The agent can use the generated snippets and re-retrieve if needed, as in Self-Query.”
2025-01-06 16:16:58 -08:00
Aymeric Roucher dd2896e887
Merge pull request #92 from DarwinAnim8or/patch-1
Include missing pip install library in RAG example
2025-01-06 22:42:10 +01:00
Aymeric Roucher 723582aacf
Update rag.md 2025-01-06 22:30:29 +01:00
Aymeric Roucher b1353720af
Merge pull request #89 from alxfgh/fix-doc-tutorial-errors
Fixed typos and grammatical errors in building_good_agents.md
2025-01-06 22:28:45 +01:00
Gie "Max" Vanommeslaeghe 1f11b9569c
Include missing pip install library 2025-01-06 22:08:56 +01:00
Aymeric 10fee97902 Update test workflows 2025-01-06 21:05:41 +01:00
Alexander Feghali 5de8d442e3 Fixed grammatical errors in building_good_agents.md tutorial 2025-01-06 14:35:59 -05:00
Aymeric 0824785b7a Add tests for multiagent hierarchies 2025-01-06 19:24:46 +01:00
Aymeric 4fa8255377 Detail tool building options in guided tour 2025-01-06 18:27:02 +01:00
Aymeric c98cd1543d Further detail doc on LLM choice 2025-01-06 18:18:03 +01:00
Aymeric 2933ed30d5 Improve system prompt documentation 2025-01-06 18:06:33 +01:00
Aymeric 4a99f8b8d8 Detail LLM choice options 2025-01-06 17:55:21 +01:00
Aymeric e9119c9df5 Replace max_iteration with max_steps for consistency 2025-01-06 17:25:45 +01:00
Aymeric Roucher 07015d12fe
Merge pull request #72 from CakeCrusher/CakeCrusher/guide_fixes
e2b details
2025-01-06 15:06:46 +01:00
Aymeric Roucher a6a4f48d2e
Update guided_tour.md 2025-01-06 15:05:54 +01:00
Aymeric 57061ba926 Add system prompt modification in building_good_agents 2025-01-06 14:18:56 +01:00
Aymeric f3c4edb073 Remove references to transformers.agents in doc and examples 2025-01-06 14:02:58 +01:00
Aymeric Roucher d7044343b6
Merge pull request #74 from oliveredget/fix
Fix typos
2025-01-06 14:00:19 +01:00
Aymeric 20aa691b26 Clarify in guided tour where to change system prompt 2025-01-06 13:20:06 +01:00
Sebastian Sosa 82c374aa30 e2b details 2025-01-04 21:19:13 -05:00
Tom Bedor a0f6b8e68d Add missing end of sentence to building_good_agents 2025-01-04 10:03:34 -08:00
oliveredget ef01258380
Fix typo in docs/source/en/examples/multiagents.md 2025-01-04 14:20:44 +08:00
Aymeric Roucher e57f4f55ef
Merge pull request #33 from ScientistIzaak/patch-1
Fixing minor spelling errors in building_good_agents.md
2025-01-02 22:55:13 +01:00
Shubham Kumar 3f9cdfd04d
Update building_good_agents.md
fix typing mistake "if" with "of".
2025-01-03 01:00:21 +05:30
Izaak Curry 396d5b6952
Update building_good_agents.md
Fixed minor spelling errors.
2025-01-01 21:26:15 -08:00
Aymeric 05772cb28c Remove gradio tools from doc 2024-12-31 19:29:22 +01:00
Aymeric 4c9f04ee2f Clarify tool sharing doc 2024-12-31 19:12:00 +01:00
Aymeric 8a769904c9 Update doc on tools 2024-12-31 19:08:18 +01:00
Aymeric 64de40efcb Various doc improvements 2024-12-31 17:28:43 +01:00
Aymeric 696d147020 Few doc improvements 2024-12-31 14:19:28 +01:00
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 4ea3c00b45 Small fixes in tool pushing 2024-12-30 15:05:06 +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 d5a036d3f2 Pass tests 2024-12-27 16:27:16 +01:00
Aymeric c880f2f5b6 Format 2024-12-27 16:18:19 +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 e5ca0f0cb8 Support optional arguments in tool calls 2024-12-26 11:55:20 +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 3a70e17cae Remove direct support for openai and anthropic engines, one can use LiteLLM 2024-12-24 23:36:46 +01:00
Aymeric 1e357cee7f Add LiteLLM engine 2024-12-24 17:34:14 +01:00
Aymeric 775f6e8d7f Make doc buildable with new names 2024-12-24 12:18:18 +01:00
Aymeric a3cd9158a7 Fix SQL example 2024-12-24 11:58:36 +01:00
Aymeric edb0be3adf Change all names to 'smolagent' 2024-12-24 10:31:36 +01:00
Aymeric d389f11e37 Add transcriber tool and PipelineTool 2024-12-23 22:49:32 +01:00
Aymeric 30cb6111b3 Enable support for tool calling agents 2024-12-23 17:10:07 +01:00
Aymeric 24d9cf9e3d Further refine doc 2024-12-22 23:18:46 +01:00
Aymeric 3a28bda490 Refine doc 2024-12-22 22:09:53 +01:00
Aymeric 773008524c Refacto doc 2024-12-22 21:42:51 +01:00
Aymeric 65d5e7b2fb Add secure code execution doc page 2024-12-22 21:40:53 +01:00
Aymeric dccef6248b Multiple documentation improvements 2024-12-21 23:11:15 +01:00
Aymeric 7b0b01d8f3 Refactor documentation 2024-12-20 16:15:06 +01:00
Aymeric 18d826f09d Start ReAct guide 2024-12-19 17:32:51 +01:00
Aymeric 584ce8f363 Consolidate pushing Tools to Hub 2024-12-19 16:57:05 +01:00
Aymeric 17e05efb70 Formatting 2024-12-16 15:55:00 +01:00
Aymeric 1751bf03ac Move examples away 2024-12-16 15:41:08 +01:00
Aymeric 5231162274 Add many doc pages and fix doc tests 2024-12-16 14:55:12 +01:00
Aymeric 0eb582bdba Get rid of necessity to declare tools in their own .py file 2024-12-15 19:45:41 +01:00
Aymeric 57b35337c2 Add tests for all docs 2024-12-15 12:47:19 +01:00
Aymeric 9232528232 Add examples to use any LLM as engine 2024-12-13 19:48:55 +01:00
Aymeric 8e758fa130 Add doc about tools 2024-12-13 10:32:16 +01:00
Aymeric 715351defd Add dockerized python executor 2024-12-12 18:51:06 +01:00
Aymeric 8824ba68eb Doc page 'building good agents' 2024-12-12 17:22:51 +01:00
Aymeric 465614295d Improve documentation on agent building tips 2024-12-12 10:09:51 +01:00
Aymeric 67deb6808f Ruff formatting 2024-12-11 16:16:18 +01:00
Aymeric 50d413e93d Improve tutorials 2024-12-11 11:33:26 +01:00
Aymeric 2080f94f07 Update agents intro 2024-12-11 01:23:50 +01:00