Commit History

Refactor main_v2.py to update task formatting for dual answer requests, enhancing response structure. Implement error handling for JSON parsing in agent results, ensuring robust output. Add unit tests in test_questions.py to validate succinct answer accuracy against expected values. Remove unused extract_final_answer utility from utils.py, streamlining the codebase.
2da6a11
unverified

mjschock commited on

Refactor app.py to comment out global question_counter and related logic, simplifying the agent's question handling. This change prepares for potential future enhancements while maintaining current functionality.
cc5702f
unverified

mjschock commited on

Refactor app.py to import main from main_v2.py, enhancing modularity. Introduce main_v2.py with a new agent implementation, including OpenTelemetry integration and YAML-based prompt templates. Update requirements.txt to reflect the latest smolagents version. Add tasks.json for VSCode to streamline development workflows.
a60b872
unverified

mjschock commited on

Enhance agent capabilities by integrating YAML-based prompt templates for web, data analysis, and media agents in agents.py. Update main.py to initialize agents with these templates, improving task handling and response accuracy. Introduce utility functions for extracting final answers and managing prompts, streamlining the overall agent workflow.
5c0be56
unverified

mjschock commited on

Implement question counter in BasicAgent and modify response logic in app.py. Update main function in main.py to streamline task execution and improve logging. Prepare for potential rate limiting with a placeholder for wait time.
a8f742c
unverified

mjschock commited on

Add .env.example for API configuration and update .gitignore to exclude .env files. Refactor app.py to implement BasicAgent class, replacing AgentRunner, and improve error handling and logging. Remove unused configuration and graph modules to streamline the codebase.
ff83a02
unverified

mjschock commited on

Refactor app.py and update import paths in test_agent.py to improve code organization. Introduce new files for agent configuration, graph definition, and tools, enhancing the overall structure and functionality of the agent system.
43a2e87
unverified

mjschock commited on

Refactor agent.py and graph.py to enhance agent functionality and logging. Introduce Configuration class for managing parameters, improve state handling in AgentRunner, and update agent graph to support step logging and user interaction. Add new tests for agent capabilities and update requirements for code formatting tools.
401799d
unverified

mjschock commited on

Add initial implementation of AgentRunner and agent graph; include .gitignore and update requirements
81d00fe
unverified

mjschock commited on

Update app.py
81917a3
verified

Jofthomas commited on

Update app.py
0ee0419
verified

Jofthomas commited on

Update app.py
e514fd7
verified

Jofthomas commited on

Update app.py
d59f015
verified

Jofthomas commited on

Update app.py
36ed51a
verified

Jofthomas commited on

Update app.py
3db6293
verified

Jofthomas commited on

Update app.py
c1fd3d2
verified

Jofthomas commited on

Update app.py
b177367
verified

Jofthomas commited on

Update app.py
7d65c66
verified

Jofthomas commited on

Update app.py
9088b99
verified

Jofthomas commited on

Update app.py
3c4371f
verified

Jofthomas commited on

Update app.py
9cde2c4
verified

Jofthomas commited on

Update app.py
3e5c3a6
verified

Jofthomas commited on

Update app.py
45d779e
verified

Jofthomas commited on

Update app.py
1ca9f65
verified

Jofthomas commited on

Update app.py
4021bf3
verified

Jofthomas commited on

Update app.py
f6f7832
verified

Jofthomas commited on

Update app.py
b90251f
verified

Jofthomas commited on

Update app.py
7e4a06b
verified

Jofthomas commited on

Update app.py
335f9f4
verified

Jofthomas commited on

Update app.py
31243f4
verified

Jofthomas commited on

Update app.py
e80aab9
verified

Jofthomas commited on

Update app.py
fa7d846
verified

Jofthomas commited on

Update app.py
e101d07
verified

Jofthomas commited on

Update app.py
e326bf0
verified

Jofthomas commited on

Update app.py
db2d57b
verified

Jofthomas commited on

Update app.py
eccf8e4
verified

Jofthomas commited on

Update app.py
b5c6c62
verified

Jofthomas commited on

Update app.py
ba7497e
verified

Jofthomas commited on

Create app.py
10e9b7d
verified

Jofthomas commited on