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
24.3 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 33 commits
lwant's picture
lwant
minor fix
3dbdc7b 10 months ago
  • __init__
    0 Bytes
    Refactor BasicAgent into a dedicated module 10 months ago
  • __init__.py
    344 Bytes
    Add `OPENAI_API_KEY` support in `gaia_solving_agent` and update `.example.env` with example key. 10 months ago
  • agent.py
    5.53 kB
    Refactor LLM selection to use specific models for reasoning, parsing, and balanced tasks; improve code clarity. 10 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. 10 months ago
  • hf_submission_api.py
    7.49 kB
    minor fix 10 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`. 10 months ago
  • telemetry.py
    768 Bytes
    minor changes 10 months ago
  • tools.py
    3.03 kB
    Add `YoutubeTranscriptReader` tool integration, update dependencies, and enhance agent functionality. 10 months ago
  • utils.py
    173 Bytes
    Add `extract_pattern` utility function to support regex-based string extraction in `gaia_solving_agent` 10 months ago