Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
agents-course/Final_Assignment_Template
mjschock
/
Final_Assignment_Template
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4ff8224
Final_Assignment_Template
Ctrl+K
Ctrl+K
2 contributors
History:
45 commits
mjschock
Add test_agent.py with unit tests for AgentRunner functionality, including tests for question handling and basic math calculations. Implement logging for better traceability during tests.
4ff8224
unverified
21 days ago
prompts
Enhance graph.py to load prompt templates from local file and configure LiteLLM; add new prompt files for tool calling and code agent
22 days ago
.gitattributes
Safe
1.52 kB
initial commit
26 days ago
.gitignore
32 Bytes
Add initial implementation of AgentRunner and agent graph; include .gitignore and update requirements
22 days ago
README.md
Safe
400 Bytes
Update README.md
24 days ago
agent.py
1.39 kB
Add initial implementation of AgentRunner and agent graph; include .gitignore and update requirements
22 days ago
app.py
8.35 kB
Add initial implementation of AgentRunner and agent graph; include .gitignore and update requirements
22 days ago
graph.py
4.22 kB
Fix logging in AgentNode's step callback in graph.py to display action directly instead of action step, improving clarity in debug output.
21 days ago
requirements.txt
162 Bytes
Add initial implementation of AgentRunner and agent graph; include .gitignore and update requirements
22 days ago
test_agent.py
5.99 kB
Add test_agent.py with unit tests for AgentRunner functionality, including tests for question handling and basic math calculations. Implement logging for better traceability during tests.
21 days ago
tools.py
1.85 kB
Add initial implementation of AgentRunner and agent graph; include .gitignore and update requirements
22 days ago