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

  • Log In
  • Sign Up

Spaces:

Duplicated fromΒ  agents-course/Final_Assignment_Template

CoralLeiCN
/
agent_course_final_assignment
Sleeping

App Files Files Community
Fetching metadata from the HF Docker repository...
agent_course_final_assignment / agent
20.9 kB
  • 2 contributors
History: 34 commits
CoralLeiCN
Limit Wikipedia search tool output to 50,000 characters. So do not exceed token quota 250000.
50ee91d 7 months ago
  • __init__.py
    45 Bytes
    using a "redundant" import alias, instructs Ruff (and other tools) to respect the re-export 8 months ago
  • agents.py
    4.02 kB
    Add BaseballQATool: implement tool for answering baseball player queries 7 months ago
  • prompts.py
    1.98 kB
    Refactor imports and enhance system prompts in agents and tools modules 8 months ago
  • score.py
    3.27 kB
    Remove unused imports from score.py, utils.py, and app.py for cleaner code 7 months ago
  • tools.py
    11.2 kB
    Limit Wikipedia search tool output to 50,000 characters. So do not exceed token quota 250000. 7 months ago
  • utils.py
    476 Bytes
    Fix gemini_model_liteLLM: ensure seed is consistently set to 42 for reproducibility 7 months ago