LICENSE
README.md
pyproject.toml
src/ursa/__init__.py
src/ursa/agents/__init__.py
src/ursa/agents/acquisition_agents.py
src/ursa/agents/arxiv_agent.py
src/ursa/agents/base.py
src/ursa/agents/chat_agent.py
src/ursa/agents/code_review_agent.py
src/ursa/agents/dsi_agent.py
src/ursa/agents/execution_agent.py
src/ursa/agents/git_agent.py
src/ursa/agents/git_go_agent.py
src/ursa/agents/hypothesizer_agent.py
src/ursa/agents/lammps_agent.py
src/ursa/agents/mp_agent.py
src/ursa/agents/optimization_agent.py
src/ursa/agents/planning_agent.py
src/ursa/agents/rag_agent.py
src/ursa/agents/recall_agent.py
src/ursa/agents/websearch_agent.py
src/ursa/cli/__init__.py
src/ursa/cli/config.py
src/ursa/cli/hitl.py
src/ursa/experimental/agents/multiagent.py
src/ursa/experimental/agents/simulator_agent.py
src/ursa/experimental/agents/simulator_agent_subclassExecutionAgent.py
src/ursa/observability/metrics_charts.py
src/ursa/observability/metrics_io.py
src/ursa/observability/metrics_session.py
src/ursa/observability/pricing.json
src/ursa/observability/pricing.py
src/ursa/observability/timing.py
src/ursa/prompt_library/__init__.py
src/ursa/prompt_library/chatter_prompts.py
src/ursa/prompt_library/code_review_prompts.py
src/ursa/prompt_library/execution_prompts.py
src/ursa/prompt_library/git_go_prompts.py
src/ursa/prompt_library/git_prompts.py
src/ursa/prompt_library/go_prompts.py
src/ursa/prompt_library/hypothesizer_prompts.py
src/ursa/prompt_library/literature_prompts.py
src/ursa/prompt_library/optimization_prompts.py
src/ursa/prompt_library/planning_prompts.py
src/ursa/prompt_library/simulator_prompts.py
src/ursa/prompt_library/websearch_prompts.py
src/ursa/tools/__init__.py
src/ursa/tools/dsi_search_tools.py
src/ursa/tools/feasibility_checker.py
src/ursa/tools/feasibility_tools.py
src/ursa/tools/fm_base_tool.py
src/ursa/tools/git_tools.py
src/ursa/tools/go_tools.py
src/ursa/tools/read_file_tool.py
src/ursa/tools/run_command_tool.py
src/ursa/tools/search_tools.py
src/ursa/tools/write_code_tool.py
src/ursa/util/__init__.py
src/ursa/util/diff_renderer.py
src/ursa/util/github_research.py
src/ursa/util/has_optional_dep_group.py
src/ursa/util/helperFunctions.py
src/ursa/util/http.py
src/ursa/util/logo_generator.py
src/ursa/util/mcp.py
src/ursa/util/memory_logger.py
src/ursa/util/optimization_schema.py
src/ursa/util/parse.py
src/ursa/util/plan_execute_utils.py
src/ursa/util/plan_renderer.py
src/ursa/util/traced.py
src/ursa/util/types.py
src/ursa/workflows/__init__.py
src/ursa/workflows/base_workflow.py
src/ursa/workflows/planning_execution_workflow.py
src/ursa/workflows/simulation_use_workflow.py
src/ursa_ai.egg-info/PKG-INFO
src/ursa_ai.egg-info/SOURCES.txt
src/ursa_ai.egg-info/dependency_links.txt
src/ursa_ai.egg-info/entry_points.txt
src/ursa_ai.egg-info/requires.txt
src/ursa_ai.egg-info/top_level.txt
src/ursa_dashboard/__init__.py
src/ursa_dashboard/__main__.py
src/ursa_dashboard/adapters.py
src/ursa_dashboard/api_models.py
src/ursa_dashboard/app.py
src/ursa_dashboard/artifacts.py
src/ursa_dashboard/cli.py
src/ursa_dashboard/demo_agents.py
src/ursa_dashboard/events.py
src/ursa_dashboard/main.py
src/ursa_dashboard/models.py
src/ursa_dashboard/registry.py
src/ursa_dashboard/retention.py
src/ursa_dashboard/run_manager.py
src/ursa_dashboard/security.py
src/ursa_dashboard/sessions.py
src/ursa_dashboard/settings.py
src/ursa_dashboard/storage.py
src/ursa_dashboard/ulid.py
src/ursa_dashboard/worker_main.py
src/ursa_dashboard/logo/logo.png
tests/test_base_interface.py