Spaces:
Sleeping
Sleeping
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| .venv/ | |
| venv/ | |
| ENV/ | |
| env/ | |
| # Development files | |
| .pytest_cache/ | |
| .python-version | |
| uv.lock | |
| pyproject.toml | |
| # IDE files | |
| .DS_Store | |
| .vscode/ | |
| .idea/ | |
| # Agent development files (not needed for production) | |
| advanced_agent.py | |
| framework_gaia_agent.py | |
| gaia_agent.py | |
| simplified_gaia_agent.py | |
| test_agent.py | |
| test_exa_fix.py | |
| verify_exa_fix.py | |
| inspect_exa_api.py | |
| main.py | |
| Gradio_UI.py | |
| # Reports and documentation | |
| gaia_evaluation_report_*.md | |
| gaia_agent_update_plan.md | |
| # Configuration files not needed for HF Space | |
| agent.json | |
| prompts.yaml | |
| # Tools directory (assuming these are development tools) | |
| tools/ |