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
23.9 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 30 commits
lwant's picture
lwant
Refactor LLM selection to use specific models for reasoning, parsing, and balanced tasks; improve code clarity.
e04414b 9 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. 9 months ago
  • agent.py
    5.53 kB
    Refactor LLM selection to use specific models for reasoning, parsing, and balanced tasks; improve code clarity. 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
    7.45 kB
    Refactor import of `SimpleDirectoryReader` in `hf_submission_api` to optimize placement. 9 months ago
  • prompts.py
    2.63 kB
    Update prompt templates and regex pattern to use tagged placeholders for better clarity 9 months ago
  • telemetry.py
    768 Bytes
    minor changes 9 months ago
  • tools.py
    3.03 kB
    Add `YoutubeTranscriptReader` tool integration, update dependencies, and enhance agent functionality. 9 months ago