Commit Graph

  • 3c18d4d588
    Python interpreter: improve suggestions for possible mappings (#266) Aymeric Roucher 2025-01-20 11:40:43 +0100
  • d19ebc7a48
    Make import time faster (optional deps + delay imports) (#253) Lucain 2025-01-20 10:59:43 +0100
  • a2ca95107f
    Bump version to 1.5.0.dev (#256) Aymeric Roucher 2025-01-20 10:59:16 +0100
  • 35f719164b
    Fix Bug in from_langchain in tools.py (#268) RolandJAAI 2025-01-20 10:50:03 +0100
  • 3178b18aab
    Remove unused and undocumented parameter (#273) Lucain 2025-01-20 10:45:55 +0100
  • 0abd91cf72
    Improve tool call argument parsing (#267) Aymeric Roucher 2025-01-20 10:44:40 +0100
  • 89a6350fe2
    Fix quality (#272) Albert Villanova del Moral 2025-01-20 09:49:20 +0100
  • 06a8c546b9
    fix additional_args and num_ctx examples also in zh docs (#260) RolandJAAI 2025-01-18 19:09:50 +0100
  • 6e1373a324
    Add linter rules + apply make style (#255) Lucain 2025-01-18 19:01:15 +0100
  • 5aa0f2b53d
    Fixes bug no attribute 'logger' (#259) joaopauloschuler 2025-01-18 14:31:19 -0300
  • 34810986e0
    refactor: update model type to ChatMessage in agent classes (#263) Jan 2025-01-18 18:27:48 +0100
  • e3ae1800e2
    Fixes before release (#254) Aymeric Roucher 2025-01-17 20:20:28 +0100
  • a4d029da88
    add support for MCP Servers tools as `ToolCollection` (#232) Guillaume Raille 2025-01-17 19:41:43 +0100
  • 7d6599e430
    docs: small fixes in docs (#245) Moritz Laurer 2025-01-17 19:20:25 +0100
  • d1b8a78783
    Max length of "print" outputs as a parameter of an agent (#209) Ilya Gusev 2025-01-17 19:16:47 +0100
  • 116b12e93a
    chore: unset console width, utilize auto detect feature (#196) Lê Thông 2025-01-18 01:15:53 +0700
  • 3e1c979dac
    Add Chinese translations for multi-agent example (#246) Fanwang Meng 2025-01-17 13:12:59 -0500
  • e30ec8ac91
    Set ollama context lenght in example to 8192 to make it work (#252) RolandJAAI 2025-01-17 18:41:34 +0100
  • 58b18f5655
    Remove dependency on _is_package_available from transformers (#247) Albert Villanova del Moral 2025-01-17 18:38:33 +0100
  • 6db75183ff Fix style Aymeric 2025-01-17 18:04:16 +0100
  • d8591dc703 Improve OpenAIServerModel by making api_base and api_url optional (will then point to OpenAI server) Aymeric 2025-01-17 18:03:51 +0100
  • 68933e7e90
    Make openai dependency optional (#236) Albert Villanova del Moral 2025-01-17 16:46:18 +0100
  • 1f8fd72acb
    Clean makefile, pyproject.toml and CI (#229) Lucain 2025-01-17 13:18:06 +0100
  • fabc59aa08
    Fix missing python modules in CodeAgent system prompt (#226) Edward Beeching 2025-01-17 11:59:30 +0100
  • 11a738e53a
    Add trust_remote_code arg to TransformersModel (#240) Aymeric Roucher 2025-01-17 11:55:36 +0100
  • c255c1ff84
    Fix subpackage import vulnerability (#238) Aymeric Roucher 2025-01-17 11:40:49 +0100
  • d5c2ef48e7
    Add resizeable option to Gradio UI component for better usabilty (#234) Jan 2025-01-16 23:05:23 +0100
  • c56d73731d
    Dead Link to Duck Duck Go search tool (#233) matterattetatte 2025-01-16 23:04:40 +0100
  • b4091cb5ce
    Allow passing kwargs to all models (#222) Aymeric Roucher 2025-01-16 23:03:38 +0100
  • a1d8f3c398
    fix tool example with additional args (#228) RolandJAAI 2025-01-16 23:00:11 +0100
  • a4ec1e5be3
    Return textboxes on file upload errors (#214) stackviolator 2025-01-16 09:33:01 -0600
  • fdf4fe49ba
    Fix additional args in stream_to_gradio (#221) Aymeric Roucher 2025-01-16 15:47:23 +0100
  • 2a69f1574e
    Fix vanilla model answer in example benchmark (#219) Albert Villanova del Moral 2025-01-16 12:04:41 +0100
  • 72b01a9909 Restore previous agents.py Aymeric 2025-01-16 11:54:23 +0100
  • 96ebe01dc7 Add license_to_call graphic to documentation index Aymeric 2025-01-16 11:48:16 +0100
  • 34a718cf02 Fix mascot positioning Aymeric 2025-01-16 11:40:23 +0100
  • 40087aad0b Update mascot Aymeric 2025-01-16 11:38:09 +0100
  • 2ae590edf4
    Rename the benchmark dataset split from train to test (#216) Albert Villanova del Moral 2025-01-16 09:57:00 +0100
  • 4449c51cad
    Align data types in example benchmark (#205) Albert Villanova del Moral 2025-01-16 09:54:47 +0100
  • 98c6688c3d Add pip install for instrumentation Aymeric 2025-01-16 09:39:28 +0100
  • 6ef0837f94
    Update README.md (#208) Aymeric Roucher 2025-01-15 18:08:17 +0100
  • 4c5f1fe4b4
    fix typo in building_good_agents.md (#193) Ruggero Rossi 2025-01-15 18:04:54 +0100
  • 369d066c9d Bump version following release of 1.3.0 Aymeric 2025-01-15 17:32:23 +0100
  • e5c054cc5b
    Pre-release fixes (#207) Aymeric Roucher 2025-01-15 16:56:12 +0100
  • df76ed517f
    Fix quality in gradio_ui (#206) Albert Villanova del Moral 2025-01-15 16:12:31 +0100
  • 25e00c6e74
    Document OpenTelemetry (#204) Aymeric Roucher 2025-01-15 16:07:34 +0100
  • 06aca55be6
    Fix import from ChatMessage in test_monitoring (#202) Aymeric Roucher 2025-01-15 14:03:41 +0100
  • 7ce27f1590
    fix: fix string concatenation bug in GradioUI.log_user_message (#199) kingdomad 2025-01-15 21:00:15 +0800
  • a22c221fa7
    call.func parameter (#194) NeverLucky 2025-01-15 15:58:52 +0300
  • 450934ce79
    Add support for OpenTelemetry instrumentation 📊 (#200) Aymeric Roucher 2025-01-15 12:10:52 +0100
  • ce1cd6d906
    Support pandas' iloc indexer (#191) Aymeric Roucher 2025-01-14 19:27:07 +0100
  • 77f656c80d
    Implemented support for ast.Pass in the interpeter. (#189) Aggelos Kyriakoulis 2025-01-14 18:21:38 +0200
  • 5f32373551
    Make default tools more robust (#186) Aymeric Roucher 2025-01-14 14:57:11 +0100
  • 12a2e6f4b4
    feat: Add multi-GPU support for TransformersModel (#139) Deng Tongwei 2025-01-14 17:00:08 +0800
  • c04e8de825
    Bugfix: Fix plan_update message display (#179) Ilya Gusev 2025-01-14 09:58:45 +0100
  • 1d846072eb Improve GradioUI file upload system Aymeric 2025-01-13 19:46:36 +0100
  • 1f96560c92
    Fix minor issues in building_good_agents docs (#170) Albert Villanova del Moral 2025-01-13 17:26:32 +0100
  • ad18041078
    Fix tool_calls parsing error in ToolCallingAgent (#160) tanhuajie 2025-01-14 00:24:18 +0800
  • c611dfc7e5
    Clean local python interpreter: propagate imports (#175) Aymeric Roucher 2025-01-13 17:23:03 +0100
  • a5a3448551
    Fix formatting tests (#171) Albert Villanova del Moral 2025-01-13 16:34:55 +0100
  • 2a51efe11f
    Add option to upload files to GradioUI (#138) stackviolator 2025-01-13 09:33:45 -0600
  • 67ee777370
    Fix minor docs (#173) duydl 2025-01-13 22:31:36 +0700
  • a0b4350409
    Agents deserve freedom. Freedom is the path to success! additional_authorized_imports=['*'] (#129) joaopauloschuler 2025-01-13 12:27:42 -0300
  • c0496dc6bc
    [i18n] Add Chinese translation(`zh`) for smolagents (#156) Ayuilos 2025-01-13 23:24:23 +0800
  • 60b1abdae6
    Fixed agents.md (#164) sid tuladhar 2025-01-13 23:21:51 +0800
  • 695d303401
    Bug fixes on TransformersModel (#165) Aggelos Kyriakoulis 2025-01-13 17:20:45 +0200
  • 289c06df0f
    Log list of tool calls in ActionStep (#172) Aymeric Roucher 2025-01-13 12:08:27 +0100
  • 5a62304c91
    Fixed typo in `parse_code_blobs` docstring (#155) chloefeal 2025-01-12 22:33:28 +0800
  • 320dd77f37
    Tools from Spaces: Fix bug preventing use of long prompts. (#134) Jack Kingston 2025-01-12 14:12:53 +0000
  • 14134c23e9
    Also added the right link for website button (#159) Aggelos Kyriakoulis 2025-01-12 16:02:32 +0200
  • d4b5e811f5
    Add top level docs link to README (#121) Rob Taylor 2025-01-11 18:28:21 +0000
  • fec65e154a
    More flexible verbosity level (#150) Aymeric Roucher 2025-01-10 23:46:22 +0100
  • 82a2fe5bb4 Fix output type sanitization Aymeric 2025-01-10 22:30:29 +0100
  • 6743d01ed5 Formatting Aymeric 2025-01-10 21:45:52 +0100
  • 9c1a0fa2e5 Fix output types with torch not installed Aymeric 2025-01-10 21:45:19 +0100
  • 4e80e1b79a Bump version following release of 1.2.0 Aymeric 2025-01-10 16:24:40 +0100
  • eca83800e3
    Halve import time by removing torch dependency (#147) Aymeric Roucher 2025-01-10 15:00:28 +0100
  • d8a4b831bb
    Fix several typos in docs. (#140) GamifyAI.ai 2025-01-10 20:00:24 +0800
  • 5c33130fa4
    Vastly simplify Model class (#146) Aymeric Roucher 2025-01-10 12:30:59 +0100
  • 36ed279c85 Remove server.py Aymeric 2025-01-09 23:31:09 +0100
  • cb9830a554
    Support OpenTelemetry (#136) Aymeric Roucher 2025-01-09 23:08:17 +0100
  • cf04285cc1
    Enable smolagent tools in Hugging Chat! 🚀 (#132) Aymeric Roucher 2025-01-09 15:15:06 +0100
  • 067ae9bc90
    Support multiple code blobs (#128) Aymeric Roucher 2025-01-08 23:20:50 +0100
  • e1414f6653
    Remove dependency on LiteLLM (#126) Aymeric Roucher 2025-01-08 22:57:55 +0100
  • d2f4eecba4
    Authorize base function "complex" in local_python_executor.py (#79) joaopauloschuler 2025-01-08 18:57:20 -0300
  • b4528d6a6f
    Implement OpenAIServerModel (#109) Zetaphor 2025-01-08 15:39:41 -0600
  • d3cd0f9e09
    Auto correct wrong assignments to final_answer (#123) Aymeric Roucher 2025-01-08 19:04:11 +0100
  • e5d879feab
    Change DuckDuckGoSearchTool output_type to string (#116) Aymeric Roucher 2025-01-08 09:59:58 +0100
  • 681758ae84 Fix failing import test in test_agents.py Aymeric 2025-01-07 14:09:01 +0100
  • 6b8467c546
    Fix Spelling Errors in Documentation (#99) Izaak Curry 2025-01-07 05:07:30 -0800
  • 10e0db06e0
    fixing spelling and grammar for query in docs/examples/multiagents.md (#98) Omar Irfan Khan 2025-01-07 08:05:06 -0500
  • 7f3a88c597
    Small tweaks to Gradio demo Freddy Boulton 2025-01-07 08:04:11 -0500
  • 7b191952f8 Update version and doc builder Aymeric 2025-01-07 14:02:01 +0100
  • d09d4c3a54
    Merge pull request #95 from derekalia/patch-1 Aymeric Roucher 2025-01-07 10:04:48 +0100
  • f6ed22561a
    Update rag.md with missing verb Derek Alia 2025-01-06 16:16:58 -0800
  • e0ff435caf Merge branch 'main' of github.com:huggingface/smolagents Aymeric 2025-01-06 22:47:23 +0100
  • 58d25acff5 Clarify warning for missing imports Aymeric 2025-01-06 22:47:13 +0100
  • dd2896e887
    Merge pull request #92 from DarwinAnim8or/patch-1 Aymeric Roucher 2025-01-06 22:42:10 +0100
  • 723582aacf
    Update rag.md Aymeric Roucher 2025-01-06 22:30:29 +0100
  • b1353720af
    Merge pull request #89 from alxfgh/fix-doc-tutorial-errors Aymeric Roucher 2025-01-06 22:28:45 +0100