Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Spaces:

Duplicated fromΒ  agents-course/Final_Assignment_Template

lwant
/
Agent_Course_Final_Assignment
Runtime error

App Files Files Community
Fetching metadata from the HF Docker repository...
Agent_Course_Final_Assignment / src /gaia_solving_agent
Ctrl+K
Ctrl+K
  • 2 contributors
History: 37 commits
lwant's picture
lwant
Refactor `agent.py` to enhance `Context` usage, remove unused imports and parameters, and disable parallel tool calls in `gaia_solving_agent`.
daf4564 9 months ago
  • __init__
    0 Bytes
    Refactor BasicAgent into a dedicated module 9 months ago
  • __init__.py
    344 Bytes
    Add `OPENAI_API_KEY` support in `gaia_solving_agent` and update `.example.env` with example key. 9 months ago
  • agent.py
    8.39 kB
    Refactor `agent.py` to enhance `Context` usage, remove unused imports and parameters, and disable parallel tool calls in `gaia_solving_agent`. 9 months ago
  • app.py
    4.11 kB
    Add `ensure_files_are_loaded` to handle additional files, update `run_agent` to support dependency injection of loaded files. 9 months ago
  • hf_submission_api.py
    8.9 kB
    fixup! Add file handling support in `hf_submission_api`, include file save logic, and static file directory setup 9 months ago
  • prompts.py
    2.84 kB
    Refactor `GaiaWorkflow` to use `Context` for state management, add `PlanEvent` class, and enhance prompt handling in `agent.py`. 9 months ago
  • telemetry.py
    768 Bytes
    minor changes 9 months ago
  • tools.py
    3.81 kB
    Update `vllm_ask_image` to `vllm_ask_image_tool`, add `Context` support, and implement asynchronous image query handling in tools. 9 months ago
  • utils.py
    214 Bytes
    rework prompts 9 months ago