Commit Graph

56 Commits

Author SHA1 Message Date
Aymeric d389f11e37 Add transcriber tool and PipelineTool 2024-12-23 22:49:32 +01:00
Aymeric cb7e68f2f0 Formatting 2024-12-23 17:35:34 +01:00
Aymeric 32d7bc5e06 Add tool calling agent example 2024-12-23 17:22:35 +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 4d4bf13152 Start including standard tool calling agent 2024-12-22 22:19:24 +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 382ee534ab Remove tokenizer in HfApiEngine 2024-12-21 22:32:27 +01:00
Aymeric b11abbf27e Add E2B doc 2024-12-20 16:50:27 +01:00
Aymeric c18bc9037d Add E2B code interpreter 🥳 2024-12-20 16:20:41 +01:00
Aymeric 7b0b01d8f3 Refactor documentation 2024-12-20 16:15:06 +01:00
Aymeric 7a1c6bce81 Downgrade minimum python version 2024-12-20 12:16:19 +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 00b9a71453 Merge branch 'main' of github.com:huggingface/agents 2024-12-18 12:28:13 +01:00
Aymeric ba87dd98c8 Solve additional args not being passed to task 2024-12-18 12:27:43 +01:00
Aymeric Roucher 20c6397341
Merge pull request #1 from ErikKaum/example/alternative-docker-interface
Example/alternative docker interface
2024-12-18 12:07:30 +01:00
Aymeric b38d842c2d Merge branch 'main' of github.com:huggingface/agents 2024-12-17 19:32:51 +01:00
Aymeric 1c4ac9cb57 Improve logging 2024-12-17 19:31:56 +01:00
erikkaum 6b05056a7c another example 2024-12-17 17:01:34 +01:00
erikkaum 3e0a851606 alternative of how to interface with docker 2024-12-17 15:29:47 +01:00
Aymeric 17e05efb70 Formatting 2024-12-16 15:55:00 +01:00
Aymeric 06066437fd Formatting 2024-12-16 15:46:47 +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 aef0510e68 Force imports inside tool 2024-12-15 14:30:00 +01:00
Aymeric b6fc583d96 Add example to use any LLM 2024-12-15 12:47:45 +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 8ed03634b0 Start fixing state transfer between local and docker executor 2024-12-13 13:58:26 +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 ea42023bcd Refacto 2024-12-12 17:22:20 +01:00
Aymeric 465614295d Improve documentation on agent building tips 2024-12-12 10:09:51 +01:00
Aymeric 0a0402d090 Simplify step logs 2024-12-11 22:33:41 +01:00
Aymeric 1606b9a80c Pass tests 2024-12-11 19:23:07 +01:00
Aymeric 67deb6808f Ruff formatting 2024-12-11 16:16:18 +01:00
Aymeric 851e177e71 Uv config 2024-12-11 16:15:49 +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
Aymeric 77a08bacd0 Add intro to agents 2024-12-11 01:08:49 +01:00
Aymeric 12822e280d Support one-liner UI 2024-12-10 11:27:24 +01:00
Aymeric 0ada2ebc27 Support gradio chatbot with continued discussion 2024-12-10 11:07:54 +01:00
Aymeric 23ab4a9df3 Support multi-agent 2024-12-09 22:58:30 +01:00
Aymeric 43a3f46835 Improve code logging 2024-12-09 22:34:56 +01:00