mars-cmbagent 1.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mars_cmbagent-1.0.0/.gitignore +207 -0
- mars_cmbagent-1.0.0/LICENSE +536 -0
- mars_cmbagent-1.0.0/MANIFEST.in +27 -0
- mars_cmbagent-1.0.0/PKG-INFO +625 -0
- mars_cmbagent-1.0.0/README.md +551 -0
- mars_cmbagent-1.0.0/cmbagent/Robot-MS-Aqua.png +0 -0
- mars_cmbagent-1.0.0/cmbagent/Robot-MS-Grey.png +0 -0
- mars_cmbagent-1.0.0/cmbagent/__init__.py +74 -0
- mars_cmbagent-1.0.0/cmbagent/agents/aaai_keywords_finder/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/aaai_keywords_finder/aaai_keywords_finder.py +42 -0
- mars_cmbagent-1.0.0/cmbagent/agents/aaai_keywords_finder/aaai_keywords_finder.yaml +80 -0
- mars_cmbagent-1.0.0/cmbagent/agents/aas_keyword_finder/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/aas_keyword_finder/aas_keyword_finder.py +23 -0
- mars_cmbagent-1.0.0/cmbagent/agents/aas_keyword_finder/aas_keyword_finder.yaml +46 -0
- mars_cmbagent-1.0.0/cmbagent/agents/admin/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/admin/admin.py +19 -0
- mars_cmbagent-1.0.0/cmbagent/agents/admin/admin.yaml +11 -0
- mars_cmbagent-1.0.0/cmbagent/agents/assistant/assistant.yaml +64 -0
- mars_cmbagent-1.0.0/cmbagent/agents/camb_context/camb_context.py +16 -0
- mars_cmbagent-1.0.0/cmbagent/agents/camb_context/camb_context.yaml +71 -0
- mars_cmbagent-1.0.0/cmbagent/agents/camb_response_formatter/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/camb_response_formatter/camb_response_formatter.py +66 -0
- mars_cmbagent-1.0.0/cmbagent/agents/camb_response_formatter/camb_response_formatter.yaml +9 -0
- mars_cmbagent-1.0.0/cmbagent/agents/classy_context/classy_context.py +16 -0
- mars_cmbagent-1.0.0/cmbagent/agents/classy_context/classy_context.yaml +71 -0
- mars_cmbagent-1.0.0/cmbagent/agents/classy_response_formatter/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/classy_response_formatter/classy_response_formatter.py +62 -0
- mars_cmbagent-1.0.0/cmbagent/agents/classy_response_formatter/classy_response_formatter.yaml +9 -0
- mars_cmbagent-1.0.0/cmbagent/agents/classy_sz_response_formatter/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/classy_sz_response_formatter/classy_sz_response_formatter.py +60 -0
- mars_cmbagent-1.0.0/cmbagent/agents/classy_sz_response_formatter/classy_sz_response_formatter.yaml +9 -0
- mars_cmbagent-1.0.0/cmbagent/agents/cobaya_response_formatter/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/cobaya_response_formatter/cobaya_response_formatter.py +60 -0
- mars_cmbagent-1.0.0/cmbagent/agents/cobaya_response_formatter/cobaya_response_formatter.yaml +9 -0
- mars_cmbagent-1.0.0/cmbagent/agents/control/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/control/control.py +16 -0
- mars_cmbagent-1.0.0/cmbagent/agents/control/control.yaml +47 -0
- mars_cmbagent-1.0.0/cmbagent/agents/control_starter/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/control_starter/control_starter.py +23 -0
- mars_cmbagent-1.0.0/cmbagent/agents/control_starter/control_starter.yaml +40 -0
- mars_cmbagent-1.0.0/cmbagent/agents/copilot_control/__init__.py +1 -0
- mars_cmbagent-1.0.0/cmbagent/agents/copilot_control/_copilot_routing_models.py +228 -0
- mars_cmbagent-1.0.0/cmbagent/agents/copilot_control/copilot_control.py +23 -0
- mars_cmbagent-1.0.0/cmbagent/agents/copilot_control/copilot_control.yaml +114 -0
- mars_cmbagent-1.0.0/cmbagent/agents/engineer/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/engineer/engineer.py +16 -0
- mars_cmbagent-1.0.0/cmbagent/agents/engineer/engineer.yaml +215 -0
- mars_cmbagent-1.0.0/cmbagent/agents/engineer_nest/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/engineer_nest/engineer_nest.py +23 -0
- mars_cmbagent-1.0.0/cmbagent/agents/engineer_nest/engineer_nest.yaml +12 -0
- mars_cmbagent-1.0.0/cmbagent/agents/engineer_response_formatter/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/engineer_response_formatter/engineer_response_formatter.py +76 -0
- mars_cmbagent-1.0.0/cmbagent/agents/engineer_response_formatter/engineer_response_formatter.yaml +51 -0
- mars_cmbagent-1.0.0/cmbagent/agents/executor/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/executor/executor.py +21 -0
- mars_cmbagent-1.0.0/cmbagent/agents/executor/executor.yaml +22 -0
- mars_cmbagent-1.0.0/cmbagent/agents/executor_bash/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/executor_bash/executor_bash.py +21 -0
- mars_cmbagent-1.0.0/cmbagent/agents/executor_bash/executor_bash.yaml +22 -0
- mars_cmbagent-1.0.0/cmbagent/agents/executor_response_formatter/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/executor_response_formatter/executor_response_formatter.py +68 -0
- mars_cmbagent-1.0.0/cmbagent/agents/executor_response_formatter/executor_response_formatter.yaml +26 -0
- mars_cmbagent-1.0.0/cmbagent/agents/idea_hater/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/idea_hater/idea_hater.py +23 -0
- mars_cmbagent-1.0.0/cmbagent/agents/idea_hater/idea_hater.yaml +65 -0
- mars_cmbagent-1.0.0/cmbagent/agents/idea_hater_response_formatter/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/idea_hater_response_formatter/idea_hater_response_formatter.py +51 -0
- mars_cmbagent-1.0.0/cmbagent/agents/idea_hater_response_formatter/idea_hater_response_formatter.yaml +9 -0
- mars_cmbagent-1.0.0/cmbagent/agents/idea_maker/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/idea_maker/idea_maker.py +23 -0
- mars_cmbagent-1.0.0/cmbagent/agents/idea_maker/idea_maker.yaml +60 -0
- mars_cmbagent-1.0.0/cmbagent/agents/idea_maker_nest/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/idea_maker_nest/idea_maker_nest.py +23 -0
- mars_cmbagent-1.0.0/cmbagent/agents/idea_maker_nest/idea_maker_nest.yaml +7 -0
- mars_cmbagent-1.0.0/cmbagent/agents/idea_maker_response_formatter/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/idea_maker_response_formatter/idea_maker_response_formatter.py +51 -0
- mars_cmbagent-1.0.0/cmbagent/agents/idea_maker_response_formatter/idea_maker_response_formatter.yaml +11 -0
- mars_cmbagent-1.0.0/cmbagent/agents/idea_saver/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/idea_saver/idea_saver.py +29 -0
- mars_cmbagent-1.0.0/cmbagent/agents/idea_saver/idea_saver.yaml +13 -0
- mars_cmbagent-1.0.0/cmbagent/agents/installer/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/installer/installer.py +38 -0
- mars_cmbagent-1.0.0/cmbagent/agents/installer/installer.yaml +13 -0
- mars_cmbagent-1.0.0/cmbagent/agents/list_keywords_finder/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/list_keywords_finder/list_keywords_finder.py +42 -0
- mars_cmbagent-1.0.0/cmbagent/agents/list_keywords_finder/list_keywords_finder.yaml +46 -0
- mars_cmbagent-1.0.0/cmbagent/agents/perplexity/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/perplexity/perplexity.py +16 -0
- mars_cmbagent-1.0.0/cmbagent/agents/perplexity/perplexity.yaml +34 -0
- mars_cmbagent-1.0.0/cmbagent/agents/plan_recorder/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/plan_recorder/plan_recorder.py +29 -0
- mars_cmbagent-1.0.0/cmbagent/agents/plan_recorder/plan_recorder.yaml +14 -0
- mars_cmbagent-1.0.0/cmbagent/agents/plan_reviewer/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/plan_reviewer/plan_reviewer.py +23 -0
- mars_cmbagent-1.0.0/cmbagent/agents/plan_reviewer/plan_reviewer.yaml +65 -0
- mars_cmbagent-1.0.0/cmbagent/agents/plan_setter/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/plan_setter/plan_setter.py +23 -0
- mars_cmbagent-1.0.0/cmbagent/agents/plan_setter/plan_setter.yaml +21 -0
- mars_cmbagent-1.0.0/cmbagent/agents/planner/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/planner/planner.py +23 -0
- mars_cmbagent-1.0.0/cmbagent/agents/planner/planner.yaml +54 -0
- mars_cmbagent-1.0.0/cmbagent/agents/planner_response_formatter/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/planner_response_formatter/planner_response_formatter.py +187 -0
- mars_cmbagent-1.0.0/cmbagent/agents/planner_response_formatter/planner_response_formatter.yaml +13 -0
- mars_cmbagent-1.0.0/cmbagent/agents/plot_debugger/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/plot_debugger/plot_debugger.py +16 -0
- mars_cmbagent-1.0.0/cmbagent/agents/plot_debugger/plot_debugger.yaml +11 -0
- mars_cmbagent-1.0.0/cmbagent/agents/plot_judge/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/plot_judge/plot_judge.py +15 -0
- mars_cmbagent-1.0.0/cmbagent/agents/plot_judge/plot_judge.yaml +15 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_agents/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_agents/act.py +21 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_agents/act.yaml +84 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_agents/camb.py +18 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_agents/camb.yaml +1848 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_agents/camels.py +18 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_agents/camels.yaml +22 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_agents/classy.py +28 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_agents/classy.yaml +174 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_agents/classy_sz.py +25 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_agents/classy_sz.yaml +326 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_agents/cobaya.py +20 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_agents/cobaya.yaml +403 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_agents/cosmocnc.py +17 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_agents/cosmocnc.yaml +75 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_agents/getdist.py +19 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_agents/getdist.yaml +20 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_agents/memory.py +22 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_agents/memory.yaml +67 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_agents/planck.py +19 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_agents/planck.yaml +86 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_software_formatter/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_software_formatter/rag_software_formatter.py +23 -0
- mars_cmbagent-1.0.0/cmbagent/agents/rag_software_formatter/rag_software_formatter.yaml +76 -0
- mars_cmbagent-1.0.0/cmbagent/agents/researcher/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/researcher/researcher.py +23 -0
- mars_cmbagent-1.0.0/cmbagent/agents/researcher/researcher.yaml +66 -0
- mars_cmbagent-1.0.0/cmbagent/agents/researcher_executor/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/researcher_executor/researcher_executor.py +21 -0
- mars_cmbagent-1.0.0/cmbagent/agents/researcher_executor/researcher_executor.yaml +22 -0
- mars_cmbagent-1.0.0/cmbagent/agents/researcher_response_formatter/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/researcher_response_formatter/researcher_response_formatter.py +128 -0
- mars_cmbagent-1.0.0/cmbagent/agents/researcher_response_formatter/researcher_response_formatter.yaml +25 -0
- mars_cmbagent-1.0.0/cmbagent/agents/retrieve_assistant/__init__.py +1 -0
- mars_cmbagent-1.0.0/cmbagent/agents/retrieve_assistant/retrieve_assistant.py +37 -0
- mars_cmbagent-1.0.0/cmbagent/agents/retrieve_assistant/retrieve_assistant.yaml +13 -0
- mars_cmbagent-1.0.0/cmbagent/agents/review_recorder/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/review_recorder/review_recorder.py +23 -0
- mars_cmbagent-1.0.0/cmbagent/agents/review_recorder/review_recorder.yaml +9 -0
- mars_cmbagent-1.0.0/cmbagent/agents/reviewer_response_formatter/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/reviewer_response_formatter/reviewer_response_formatter.py +33 -0
- mars_cmbagent-1.0.0/cmbagent/agents/reviewer_response_formatter/reviewer_response_formatter.yaml +11 -0
- mars_cmbagent-1.0.0/cmbagent/agents/session_summarizer/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/session_summarizer/session_summarizer.py +23 -0
- mars_cmbagent-1.0.0/cmbagent/agents/session_summarizer/session_summarizer.yaml +11 -0
- mars_cmbagent-1.0.0/cmbagent/agents/summarizer/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/summarizer/summarizer.py +23 -0
- mars_cmbagent-1.0.0/cmbagent/agents/summarizer/summarizer.yaml +24 -0
- mars_cmbagent-1.0.0/cmbagent/agents/summarizer_response_formatter/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/summarizer_response_formatter/summarizer_response_formatter.py +98 -0
- mars_cmbagent-1.0.0/cmbagent/agents/summarizer_response_formatter/summarizer_response_formatter.yaml +9 -0
- mars_cmbagent-1.0.0/cmbagent/agents/task_improver/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/task_improver/task_improver.py +23 -0
- mars_cmbagent-1.0.0/cmbagent/agents/task_improver/task_improver.yaml +50 -0
- mars_cmbagent-1.0.0/cmbagent/agents/task_recorder/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/task_recorder/task_recorder.py +29 -0
- mars_cmbagent-1.0.0/cmbagent/agents/task_recorder/task_recorder.yaml +10 -0
- mars_cmbagent-1.0.0/cmbagent/agents/terminator/__init__.py +0 -0
- mars_cmbagent-1.0.0/cmbagent/agents/terminator/terminator.py +21 -0
- mars_cmbagent-1.0.0/cmbagent/agents/terminator/terminator.yaml +22 -0
- mars_cmbagent-1.0.0/cmbagent/agents/web_surfer/__init__.py +1 -0
- mars_cmbagent-1.0.0/cmbagent/agents/web_surfer/web_surfer.py +37 -0
- mars_cmbagent-1.0.0/cmbagent/agents/web_surfer/web_surfer.yaml +13 -0
- mars_cmbagent-1.0.0/cmbagent/apis/oai_gpt3.5turbo.json +7 -0
- mars_cmbagent-1.0.0/cmbagent/apis/oai_gpt4o.json +7 -0
- mars_cmbagent-1.0.0/cmbagent/arxiv_downloader.py +227 -0
- mars_cmbagent-1.0.0/cmbagent/base_agent.py +292 -0
- mars_cmbagent-1.0.0/cmbagent/branching/__init__.py +15 -0
- mars_cmbagent-1.0.0/cmbagent/branching/branch_executor.py +507 -0
- mars_cmbagent-1.0.0/cmbagent/branching/branch_manager.py +374 -0
- mars_cmbagent-1.0.0/cmbagent/branching/comparator.py +412 -0
- mars_cmbagent-1.0.0/cmbagent/branching/play_from_node.py +190 -0
- mars_cmbagent-1.0.0/cmbagent/callbacks.py +347 -0
- mars_cmbagent-1.0.0/cmbagent/cli.py +180 -0
- mars_cmbagent-1.0.0/cmbagent/cmbagent.py +1405 -0
- mars_cmbagent-1.0.0/cmbagent/cmbagent_utils.py +53 -0
- mars_cmbagent-1.0.0/cmbagent/config/__init__.py +29 -0
- mars_cmbagent-1.0.0/cmbagent/config/model_config.yaml +128 -0
- mars_cmbagent-1.0.0/cmbagent/config/model_registry.py +199 -0
- mars_cmbagent-1.0.0/cmbagent/config/workflow_config.py +225 -0
- mars_cmbagent-1.0.0/cmbagent/context.py +77 -0
- mars_cmbagent-1.0.0/cmbagent/data_retriever.py +41 -0
- mars_cmbagent-1.0.0/cmbagent/database/__init__.py +127 -0
- mars_cmbagent-1.0.0/cmbagent/database/approval_types.py +163 -0
- mars_cmbagent-1.0.0/cmbagent/database/base.py +147 -0
- mars_cmbagent-1.0.0/cmbagent/database/dag_builder.py +344 -0
- mars_cmbagent-1.0.0/cmbagent/database/dag_executor.py +731 -0
- mars_cmbagent-1.0.0/cmbagent/database/dag_metadata.py +233 -0
- mars_cmbagent-1.0.0/cmbagent/database/dag_types.py +99 -0
- mars_cmbagent-1.0.0/cmbagent/database/dag_visualizer.py +431 -0
- mars_cmbagent-1.0.0/cmbagent/database/file_repository.py +131 -0
- mars_cmbagent-1.0.0/cmbagent/database/migrations/README +1 -0
- mars_cmbagent-1.0.0/cmbagent/database/migrations/env.py +83 -0
- mars_cmbagent-1.0.0/cmbagent/database/migrations/script.py.mako +28 -0
- mars_cmbagent-1.0.0/cmbagent/database/migrations/versions/490016e6a277_add_branch_fields_to_workflow_runs.py +40 -0
- mars_cmbagent-1.0.0/cmbagent/database/migrations/versions/92e46cb423de_initial_schema.py +344 -0
- mars_cmbagent-1.0.0/cmbagent/database/migrations/versions/a1b2c3d4e5f6_rename_workflow_step_agent_to_goal.py +44 -0
- mars_cmbagent-1.0.0/cmbagent/database/migrations/versions/a7b8c9d0e1f2_add_racing_groups.py +64 -0
- mars_cmbagent-1.0.0/cmbagent/database/migrations/versions/b2c3d4e5f6a7_add_summary_to_workflow_steps.py +34 -0
- mars_cmbagent-1.0.0/cmbagent/database/migrations/versions/b8c9d0e1f2a3_add_task_stage_support.py +57 -0
- mars_cmbagent-1.0.0/cmbagent/database/migrations/versions/c3d4e5f6a7b8_add_file_tracking_columns.py +58 -0
- mars_cmbagent-1.0.0/cmbagent/database/migrations/versions/d4e5f6a7b8c9_add_session_states.py +62 -0
- mars_cmbagent-1.0.0/cmbagent/database/migrations/versions/e5f6a7b8c9d0_add_approvals_connections.py +84 -0
- mars_cmbagent-1.0.0/cmbagent/database/migrations/versions/f524830711dc_add_execution_events_and_enhance_.py +121 -0
- mars_cmbagent-1.0.0/cmbagent/database/migrations/versions/f6a7b8c9d0e1_add_session_id_to_files.py +31 -0
- mars_cmbagent-1.0.0/cmbagent/database/migrations/versions/fca0d6632d2f_add_state_history_table.py +54 -0
- mars_cmbagent-1.0.0/cmbagent/database/models.py +785 -0
- mars_cmbagent-1.0.0/cmbagent/database/persistence.py +313 -0
- mars_cmbagent-1.0.0/cmbagent/database/repository.py +817 -0
- mars_cmbagent-1.0.0/cmbagent/database/session_manager.py +114 -0
- mars_cmbagent-1.0.0/cmbagent/database/state_machine.py +361 -0
- mars_cmbagent-1.0.0/cmbagent/database/states.py +28 -0
- mars_cmbagent-1.0.0/cmbagent/database/topological_sort.py +318 -0
- mars_cmbagent-1.0.0/cmbagent/database/transitions.py +115 -0
- mars_cmbagent-1.0.0/cmbagent/database/websocket_approval_manager.py +494 -0
- mars_cmbagent-1.0.0/cmbagent/database/workflow_controller.py +247 -0
- mars_cmbagent-1.0.0/cmbagent/execution/__init__.py +81 -0
- mars_cmbagent-1.0.0/cmbagent/execution/ag2_hooks.py +219 -0
- mars_cmbagent-1.0.0/cmbagent/execution/config.py +219 -0
- mars_cmbagent-1.0.0/cmbagent/execution/dependency_analyzer.py +238 -0
- mars_cmbagent-1.0.0/cmbagent/execution/dependency_graph.py +289 -0
- mars_cmbagent-1.0.0/cmbagent/execution/event_capture.py +637 -0
- mars_cmbagent-1.0.0/cmbagent/execution/file_registry.py +599 -0
- mars_cmbagent-1.0.0/cmbagent/execution/output_collector.py +348 -0
- mars_cmbagent-1.0.0/cmbagent/execution/parallel_executor.py +325 -0
- mars_cmbagent-1.0.0/cmbagent/execution/resource_manager.py +292 -0
- mars_cmbagent-1.0.0/cmbagent/execution/tracked_code_executor.py +249 -0
- mars_cmbagent-1.0.0/cmbagent/execution/work_directory_manager.py +301 -0
- mars_cmbagent-1.0.0/cmbagent/external_tools/README.md +296 -0
- mars_cmbagent-1.0.0/cmbagent/external_tools/__init__.py +115 -0
- mars_cmbagent-1.0.0/cmbagent/external_tools/ag2_free_tools.py +563 -0
- mars_cmbagent-1.0.0/cmbagent/external_tools/crewai_tools.py +222 -0
- mars_cmbagent-1.0.0/cmbagent/external_tools/integration_helpers.py +208 -0
- mars_cmbagent-1.0.0/cmbagent/external_tools/langchain_tools.py +238 -0
- mars_cmbagent-1.0.0/cmbagent/external_tools/news_tools.py +1168 -0
- mars_cmbagent-1.0.0/cmbagent/external_tools/tool_adapter.py +277 -0
- mars_cmbagent-1.0.0/cmbagent/external_tools/tool_registry.py +223 -0
- mars_cmbagent-1.0.0/cmbagent/functions/__init__.py +18 -0
- mars_cmbagent-1.0.0/cmbagent/functions/copilot.py +302 -0
- mars_cmbagent-1.0.0/cmbagent/functions/copilot_tools.py +224 -0
- mars_cmbagent-1.0.0/cmbagent/functions/execution_control.py +465 -0
- mars_cmbagent-1.0.0/cmbagent/functions/ideas.py +33 -0
- mars_cmbagent-1.0.0/cmbagent/functions/keywords.py +66 -0
- mars_cmbagent-1.0.0/cmbagent/functions/phase_tools.py +425 -0
- mars_cmbagent-1.0.0/cmbagent/functions/planning.py +231 -0
- mars_cmbagent-1.0.0/cmbagent/functions/registration.py +333 -0
- mars_cmbagent-1.0.0/cmbagent/functions/status.py +478 -0
- mars_cmbagent-1.0.0/cmbagent/functions/utils.py +103 -0
- mars_cmbagent-1.0.0/cmbagent/functions.py +28 -0
- mars_cmbagent-1.0.0/cmbagent/gui/.gitignore +42 -0
- mars_cmbagent-1.0.0/cmbagent/gui/gui.py +1504 -0
- mars_cmbagent-1.0.0/cmbagent/hand_offs.py +45 -0
- mars_cmbagent-1.0.0/cmbagent/handoffs/README.md +476 -0
- mars_cmbagent-1.0.0/cmbagent/handoffs/__init__.py +147 -0
- mars_cmbagent-1.0.0/cmbagent/handoffs/agent_retrieval.py +72 -0
- mars_cmbagent-1.0.0/cmbagent/handoffs/context_agents.py +53 -0
- mars_cmbagent-1.0.0/cmbagent/handoffs/copilot_handoffs.py +119 -0
- mars_cmbagent-1.0.0/cmbagent/handoffs/debug.py +50 -0
- mars_cmbagent-1.0.0/cmbagent/handoffs/execution_chain.py +55 -0
- mars_cmbagent-1.0.0/cmbagent/handoffs/hitl.py +555 -0
- mars_cmbagent-1.0.0/cmbagent/handoffs/message_limiting.py +346 -0
- mars_cmbagent-1.0.0/cmbagent/handoffs/mode_specific.py +90 -0
- mars_cmbagent-1.0.0/cmbagent/handoffs/nested_chats.py +170 -0
- mars_cmbagent-1.0.0/cmbagent/handoffs/planning_chain.py +62 -0
- mars_cmbagent-1.0.0/cmbagent/handoffs/rag_agents.py +59 -0
- mars_cmbagent-1.0.0/cmbagent/handoffs/tool_permissions.py +186 -0
- mars_cmbagent-1.0.0/cmbagent/handoffs/utility_agents.py +37 -0
- mars_cmbagent-1.0.0/cmbagent/keywords/__init__.py +22 -0
- mars_cmbagent-1.0.0/cmbagent/keywords/aaai.md +298 -0
- mars_cmbagent-1.0.0/cmbagent/keywords/aas_kwd_to_url.pkl +0 -0
- mars_cmbagent-1.0.0/cmbagent/keywords/keyword_finder.py +324 -0
- mars_cmbagent-1.0.0/cmbagent/keywords/unesco_hierarchical.json +10038 -0
- mars_cmbagent-1.0.0/cmbagent/keywords_utils.py +36 -0
- mars_cmbagent-1.0.0/cmbagent/llm_provider.py +391 -0
- mars_cmbagent-1.0.0/cmbagent/logo.png +0 -0
- mars_cmbagent-1.0.0/cmbagent/managers/__init__.py +16 -0
- mars_cmbagent-1.0.0/cmbagent/managers/agent_manager.py +267 -0
- mars_cmbagent-1.0.0/cmbagent/managers/assistant_manager.py +172 -0
- mars_cmbagent-1.0.0/cmbagent/mcp/__init__.py +25 -0
- mars_cmbagent-1.0.0/cmbagent/mcp/client_config.yaml +64 -0
- mars_cmbagent-1.0.0/cmbagent/mcp/client_manager.py +296 -0
- mars_cmbagent-1.0.0/cmbagent/mcp/tool_integration.py +249 -0
- mars_cmbagent-1.0.0/cmbagent/ocr.py +658 -0
- mars_cmbagent-1.0.0/cmbagent/orchestrator/README.md +0 -0
- mars_cmbagent-1.0.0/cmbagent/orchestrator/__init__.py +147 -0
- mars_cmbagent-1.0.0/cmbagent/orchestrator/config.py +163 -0
- mars_cmbagent-1.0.0/cmbagent/orchestrator/context_pipeline.py +52 -0
- mars_cmbagent-1.0.0/cmbagent/orchestrator/dag_tracker.py +441 -0
- mars_cmbagent-1.0.0/cmbagent/orchestrator/durable_context.py +562 -0
- mars_cmbagent-1.0.0/cmbagent/orchestrator/logger.py +151 -0
- mars_cmbagent-1.0.0/cmbagent/orchestrator/metrics.py +146 -0
- mars_cmbagent-1.0.0/cmbagent/orchestrator/phase_orchestrator.py +655 -0
- mars_cmbagent-1.0.0/cmbagent/orchestrator/swarm_orchestrator.py +2124 -0
- mars_cmbagent-1.0.0/cmbagent/phases/__init__.py +137 -0
- mars_cmbagent-1.0.0/cmbagent/phases/aiweekly/__init__.py +23 -0
- mars_cmbagent-1.0.0/cmbagent/phases/aiweekly/base.py +359 -0
- mars_cmbagent-1.0.0/cmbagent/phases/aiweekly/collection_phase.py +231 -0
- mars_cmbagent-1.0.0/cmbagent/phases/aiweekly/curation_phase.py +123 -0
- mars_cmbagent-1.0.0/cmbagent/phases/aiweekly/generation_phase.py +142 -0
- mars_cmbagent-1.0.0/cmbagent/phases/aiweekly/review_phase.py +270 -0
- mars_cmbagent-1.0.0/cmbagent/phases/base.py +270 -0
- mars_cmbagent-1.0.0/cmbagent/phases/context.py +239 -0
- mars_cmbagent-1.0.0/cmbagent/phases/control.py +558 -0
- mars_cmbagent-1.0.0/cmbagent/phases/copilot_phase.py +1071 -0
- mars_cmbagent-1.0.0/cmbagent/phases/execution_manager.py +781 -0
- mars_cmbagent-1.0.0/cmbagent/phases/hitl_checkpoint.py +330 -0
- mars_cmbagent-1.0.0/cmbagent/phases/hitl_control.py +951 -0
- mars_cmbagent-1.0.0/cmbagent/phases/hitl_planning.py +643 -0
- mars_cmbagent-1.0.0/cmbagent/phases/idea_generation.py +190 -0
- mars_cmbagent-1.0.0/cmbagent/phases/literature_review.py +156 -0
- mars_cmbagent-1.0.0/cmbagent/phases/one_shot.py +248 -0
- mars_cmbagent-1.0.0/cmbagent/phases/planning.py +292 -0
- mars_cmbagent-1.0.0/cmbagent/phases/protocols.py +25 -0
- mars_cmbagent-1.0.0/cmbagent/phases/registry.py +183 -0
- mars_cmbagent-1.0.0/cmbagent/phases/rfp/__init__.py +40 -0
- mars_cmbagent-1.0.0/cmbagent/phases/rfp/agent_teams.py +61 -0
- mars_cmbagent-1.0.0/cmbagent/phases/rfp/architecture_phase.py +86 -0
- mars_cmbagent-1.0.0/cmbagent/phases/rfp/base.py +604 -0
- mars_cmbagent-1.0.0/cmbagent/phases/rfp/cloud_phase.py +121 -0
- mars_cmbagent-1.0.0/cmbagent/phases/rfp/execution_phase.py +90 -0
- mars_cmbagent-1.0.0/cmbagent/phases/rfp/implementation_phase.py +85 -0
- mars_cmbagent-1.0.0/cmbagent/phases/rfp/proposal_phase.py +796 -0
- mars_cmbagent-1.0.0/cmbagent/phases/rfp/requirements_phase.py +89 -0
- mars_cmbagent-1.0.0/cmbagent/phases/rfp/token_utils.py +288 -0
- mars_cmbagent-1.0.0/cmbagent/phases/rfp/tools_phase.py +115 -0
- mars_cmbagent-1.0.0/cmbagent/phases/synthesis.py +185 -0
- mars_cmbagent-1.0.0/cmbagent/processing/__init__.py +28 -0
- mars_cmbagent-1.0.0/cmbagent/processing/content_parser.py +265 -0
- mars_cmbagent-1.0.0/cmbagent/processing/document_summarizer.py +259 -0
- mars_cmbagent-1.0.0/cmbagent/processing/task_preprocessor.py +203 -0
- mars_cmbagent-1.0.0/cmbagent/rag_utils.py +290 -0
- mars_cmbagent-1.0.0/cmbagent/retry/__init__.py +23 -0
- mars_cmbagent-1.0.0/cmbagent/retry/error_analyzer.py +363 -0
- mars_cmbagent-1.0.0/cmbagent/retry/retry_context.py +97 -0
- mars_cmbagent-1.0.0/cmbagent/retry/retry_context_manager.py +390 -0
- mars_cmbagent-1.0.0/cmbagent/retry/retry_metrics.py +156 -0
- mars_cmbagent-1.0.0/cmbagent/structured_output.py +269 -0
- mars_cmbagent-1.0.0/cmbagent/utils.py +316 -0
- mars_cmbagent-1.0.0/cmbagent/version.py +1 -0
- mars_cmbagent-1.0.0/cmbagent/vlm_injections.py +681 -0
- mars_cmbagent-1.0.0/cmbagent/vlm_utils.py +592 -0
- mars_cmbagent-1.0.0/cmbagent/workflows/__init__.py +190 -0
- mars_cmbagent-1.0.0/cmbagent/workflows/composer.py +656 -0
- mars_cmbagent-1.0.0/cmbagent/workflows/control.py +189 -0
- mars_cmbagent-1.0.0/cmbagent/workflows/copilot.py +624 -0
- mars_cmbagent-1.0.0/cmbagent/workflows/hitl_workflow.py +334 -0
- mars_cmbagent-1.0.0/cmbagent/workflows/idea_workflows.py +309 -0
- mars_cmbagent-1.0.0/cmbagent/workflows/one_shot.py +275 -0
- mars_cmbagent-1.0.0/cmbagent/workflows/planning_control.py +270 -0
- mars_cmbagent-1.0.0/cmbagent/workflows/swarm_copilot.py +502 -0
- mars_cmbagent-1.0.0/cmbagent/workflows/utils.py +61 -0
- mars_cmbagent-1.0.0/mars_cmbagent.egg-info/PKG-INFO +625 -0
- mars_cmbagent-1.0.0/mars_cmbagent.egg-info/SOURCES.txt +367 -0
- mars_cmbagent-1.0.0/mars_cmbagent.egg-info/dependency_links.txt +1 -0
- mars_cmbagent-1.0.0/mars_cmbagent.egg-info/entry_points.txt +2 -0
- mars_cmbagent-1.0.0/mars_cmbagent.egg-info/requires.txt +64 -0
- mars_cmbagent-1.0.0/mars_cmbagent.egg-info/top_level.txt +1 -0
- mars_cmbagent-1.0.0/pyproject.toml +134 -0
- mars_cmbagent-1.0.0/setup.cfg +4 -0
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
# Byte-compiled / optimized / DLL files
|
|
2
|
+
__pycache__/
|
|
3
|
+
*.py[codz]
|
|
4
|
+
*$py.class
|
|
5
|
+
|
|
6
|
+
# C extensions
|
|
7
|
+
*.so
|
|
8
|
+
|
|
9
|
+
# Distribution / packaging
|
|
10
|
+
.Python
|
|
11
|
+
build/
|
|
12
|
+
develop-eggs/
|
|
13
|
+
dist/
|
|
14
|
+
downloads/
|
|
15
|
+
eggs/
|
|
16
|
+
.eggs/
|
|
17
|
+
lib/
|
|
18
|
+
lib64/
|
|
19
|
+
parts/
|
|
20
|
+
sdist/
|
|
21
|
+
var/
|
|
22
|
+
wheels/
|
|
23
|
+
share/python-wheels/
|
|
24
|
+
*.egg-info/
|
|
25
|
+
.installed.cfg
|
|
26
|
+
*.egg
|
|
27
|
+
MANIFEST
|
|
28
|
+
|
|
29
|
+
# PyInstaller
|
|
30
|
+
# Usually these files are written by a python script from a template
|
|
31
|
+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
32
|
+
*.manifest
|
|
33
|
+
*.spec
|
|
34
|
+
|
|
35
|
+
# Installer logs
|
|
36
|
+
pip-log.txt
|
|
37
|
+
pip-delete-this-directory.txt
|
|
38
|
+
|
|
39
|
+
# Unit test / coverage reports
|
|
40
|
+
htmlcov/
|
|
41
|
+
.tox/
|
|
42
|
+
.nox/
|
|
43
|
+
.coverage
|
|
44
|
+
.coverage.*
|
|
45
|
+
.cache
|
|
46
|
+
nosetests.xml
|
|
47
|
+
coverage.xml
|
|
48
|
+
*.cover
|
|
49
|
+
*.py.cover
|
|
50
|
+
.hypothesis/
|
|
51
|
+
.pytest_cache/
|
|
52
|
+
cover/
|
|
53
|
+
|
|
54
|
+
# Translations
|
|
55
|
+
*.mo
|
|
56
|
+
*.pot
|
|
57
|
+
|
|
58
|
+
# Django stuff:
|
|
59
|
+
*.log
|
|
60
|
+
local_settings.py
|
|
61
|
+
db.sqlite3
|
|
62
|
+
db.sqlite3-journal
|
|
63
|
+
|
|
64
|
+
# Flask stuff:
|
|
65
|
+
instance/
|
|
66
|
+
.webassets-cache
|
|
67
|
+
|
|
68
|
+
# Scrapy stuff:
|
|
69
|
+
.scrapy
|
|
70
|
+
|
|
71
|
+
# Sphinx documentation
|
|
72
|
+
docs/_build/
|
|
73
|
+
|
|
74
|
+
# PyBuilder
|
|
75
|
+
.pybuilder/
|
|
76
|
+
target/
|
|
77
|
+
|
|
78
|
+
# Jupyter Notebook
|
|
79
|
+
.ipynb_checkpoints
|
|
80
|
+
|
|
81
|
+
# IPython
|
|
82
|
+
profile_default/
|
|
83
|
+
ipython_config.py
|
|
84
|
+
|
|
85
|
+
# pyenv
|
|
86
|
+
# For a library or package, you might want to ignore these files since the code is
|
|
87
|
+
# intended to run in multiple environments; otherwise, check them in:
|
|
88
|
+
# .python-version
|
|
89
|
+
|
|
90
|
+
# pipenv
|
|
91
|
+
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
|
92
|
+
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
|
93
|
+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
|
94
|
+
# install all needed dependencies.
|
|
95
|
+
#Pipfile.lock
|
|
96
|
+
|
|
97
|
+
# UV
|
|
98
|
+
# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
|
|
99
|
+
# This is especially recommended for binary packages to ensure reproducibility, and is more
|
|
100
|
+
# commonly ignored for libraries.
|
|
101
|
+
#uv.lock
|
|
102
|
+
|
|
103
|
+
# poetry
|
|
104
|
+
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
|
|
105
|
+
# This is especially recommended for binary packages to ensure reproducibility, and is more
|
|
106
|
+
# commonly ignored for libraries.
|
|
107
|
+
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
|
|
108
|
+
#poetry.lock
|
|
109
|
+
#poetry.toml
|
|
110
|
+
|
|
111
|
+
# pdm
|
|
112
|
+
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
|
|
113
|
+
# pdm recommends including project-wide configuration in pdm.toml, but excluding .pdm-python.
|
|
114
|
+
# https://pdm-project.org/en/latest/usage/project/#working-with-version-control
|
|
115
|
+
#pdm.lock
|
|
116
|
+
#pdm.toml
|
|
117
|
+
.pdm-python
|
|
118
|
+
.pdm-build/
|
|
119
|
+
|
|
120
|
+
# pixi
|
|
121
|
+
# Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control.
|
|
122
|
+
#pixi.lock
|
|
123
|
+
# Pixi creates a virtual environment in the .pixi directory, just like venv module creates one
|
|
124
|
+
# in the .venv directory. It is recommended not to include this directory in version control.
|
|
125
|
+
.pixi
|
|
126
|
+
|
|
127
|
+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
|
|
128
|
+
__pypackages__/
|
|
129
|
+
|
|
130
|
+
# Celery stuff
|
|
131
|
+
celerybeat-schedule
|
|
132
|
+
celerybeat.pid
|
|
133
|
+
|
|
134
|
+
# SageMath parsed files
|
|
135
|
+
*.sage.py
|
|
136
|
+
|
|
137
|
+
# Environments
|
|
138
|
+
.env
|
|
139
|
+
.envrc
|
|
140
|
+
.venv
|
|
141
|
+
env/
|
|
142
|
+
venv/
|
|
143
|
+
ENV/
|
|
144
|
+
env.bak/
|
|
145
|
+
venv.bak/
|
|
146
|
+
|
|
147
|
+
# Spyder project settings
|
|
148
|
+
.spyderproject
|
|
149
|
+
.spyproject
|
|
150
|
+
|
|
151
|
+
# Rope project settings
|
|
152
|
+
.ropeproject
|
|
153
|
+
|
|
154
|
+
# mkdocs documentation
|
|
155
|
+
/site
|
|
156
|
+
|
|
157
|
+
# mypy
|
|
158
|
+
.mypy_cache/
|
|
159
|
+
.dmypy.json
|
|
160
|
+
dmypy.json
|
|
161
|
+
|
|
162
|
+
# Pyre type checker
|
|
163
|
+
.pyre/
|
|
164
|
+
|
|
165
|
+
# pytype static type analyzer
|
|
166
|
+
.pytype/
|
|
167
|
+
|
|
168
|
+
# Cython debug symbols
|
|
169
|
+
cython_debug/
|
|
170
|
+
|
|
171
|
+
# PyCharm
|
|
172
|
+
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
|
173
|
+
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
|
174
|
+
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
|
175
|
+
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
|
176
|
+
#.idea/
|
|
177
|
+
|
|
178
|
+
# Abstra
|
|
179
|
+
# Abstra is an AI-powered process automation framework.
|
|
180
|
+
# Ignore directories containing user credentials, local state, and settings.
|
|
181
|
+
# Learn more at https://abstra.io/docs
|
|
182
|
+
.abstra/
|
|
183
|
+
|
|
184
|
+
# Visual Studio Code
|
|
185
|
+
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
|
|
186
|
+
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
|
|
187
|
+
# and can be added to the global gitignore or merged into this file. However, if you prefer,
|
|
188
|
+
# you could uncomment the following to ignore the entire vscode folder
|
|
189
|
+
# .vscode/
|
|
190
|
+
|
|
191
|
+
# Ruff stuff:
|
|
192
|
+
.ruff_cache/
|
|
193
|
+
|
|
194
|
+
# PyPI configuration file
|
|
195
|
+
.pypirc
|
|
196
|
+
|
|
197
|
+
# Cursor
|
|
198
|
+
# Cursor is an AI-powered code editor. `.cursorignore` specifies files/directories to
|
|
199
|
+
# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
|
|
200
|
+
# refer to https://docs.cursor.com/context/ignore-files
|
|
201
|
+
.cursorignore
|
|
202
|
+
.cursorindexingignore
|
|
203
|
+
|
|
204
|
+
# Marimo
|
|
205
|
+
marimo/_static/
|
|
206
|
+
marimo/_lsp/
|
|
207
|
+
__marimo__/
|