LICENSE
README.md
pyproject.toml
sia/__init__.py
sia/__main__.py
sia/agent_reference.py
sia/api_keys.py
sia/cli.py
sia/config.py
sia/config_files.py
sia/context_manager.py
sia/io_utils.py
sia/layout.py
sia/logging_setup.py
sia/orchestrator.py
sia/prepare_mlebench_dataset.py
sia/profiles.py
sia/prompts.py
sia/providers.py
sia/results.py
sia/run_setup.py
sia/util.py
sia/agent_impls/__init__.py
sia/agent_impls/base.py
sia/agent_impls/claude.py
sia/agent_impls/openhands.py
sia/agent_impls/pydantic_ai.py
sia/defaults/profiles/default-meta.json
sia/defaults/profiles/default-target.json
sia/defaults/profiles/gptoss-nebius-target.json
sia/defaults/profiles/kimi-nebius-meta.json
sia/defaults/profiles/kimi-nebius-target.json
sia/defaults/profiles/qwen-nebius-target.json
sia/defaults/providers/anthropic.json
sia/defaults/providers/gemini.json
sia/defaults/providers/nebius.json
sia/defaults/providers/openai.json
sia/defaults/providers/together.json
sia/tasks/__init__.py
sia/tasks/_shared/reference_target_agent.py
sia/tasks/_shared/sample_agent_execution.json
sia/tasks/gpqa/data/private/diamond_questions.json
sia/tasks/gpqa/data/public/diamond_questions.json
sia/tasks/gpqa/data/public/evaluate.py
sia/tasks/gpqa/data/public/task.md
sia/tasks/gpqa/reference/SAMPLE_TASK_DESCRIPTIONS.md
sia/tasks/gpqa/reference/reference_target_agent.py
sia/tasks/lawbench/data/private/test.csv
sia/tasks/lawbench/data/public/classes.json
sia/tasks/lawbench/data/public/evaluate.py
sia/tasks/lawbench/data/public/sample_submission.csv
sia/tasks/lawbench/data/public/task.md
sia/tasks/lawbench/data/public/test.csv
sia/tasks/lawbench/data/training_data/task.md
sia/tasks/lawbench/data/training_data/test.csv
sia/tasks/lawbench/data/training_data/train.csv
sia/tasks/lawbench/reference/SAMPLE_TASK_DESCRIPTIONS.md
sia/tasks/lawbench/reference/reference_target_agent.py
sia/tasks/longcot-chess/data/private/answers.json
sia/tasks/longcot-chess/data/public/chess_hard.json
sia/tasks/longcot-chess/data/public/evaluate.py
sia/tasks/longcot-chess/data/public/task.md
sia/tasks/longcot-chess/reference/SAMPLE_TASK_DESCRIPTIONS.md
sia/tasks/longcot-chess/reference/reference_target_agent.py
sia/tasks/spaceship-titanic/data/private/test.csv
sia/tasks/spaceship-titanic/data/public/sample_submission.csv
sia/tasks/spaceship-titanic/data/public/task.md
sia/tasks/spaceship-titanic/data/public/test.csv
sia/tasks/spaceship-titanic/data/public/train.csv
sia/tasks/spaceship-titanic/reference/SAMPLE_TASK_DESCRIPTIONS.md
sia/tasks/spaceship-titanic/reference/reference_target_agent.py
sia/web/__init__.py
sia/web/runs.py
sia/web/server.py
sia/web/static/index.html
sia_agent.egg-info/PKG-INFO
sia_agent.egg-info/SOURCES.txt
sia_agent.egg-info/dependency_links.txt
sia_agent.egg-info/entry_points.txt
sia_agent.egg-info/requires.txt
sia_agent.egg-info/top_level.txt
tests/test_agent_impls.py
tests/test_agent_reference.py
tests/test_cli_interface.py
tests/test_config.py
tests/test_config_injection.py
tests/test_context_golden.py
tests/test_context_manager.py
tests/test_feedback_context_golden.py
tests/test_generation_loop.py
tests/test_load_execution_formats.py
tests/test_orchestrator_helpers.py
tests/test_profiles.py
tests/test_prompts_snapshot.py
tests/test_providers.py
tests/test_run_evaluation.py
tests/test_run_evaluation_outcomes.py
tests/test_sandbox.py
tests/test_size_limits.py
tests/test_task_structure.py
tests/test_web.py