.env.example
LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/autoagent_distributed_example.py
examples/calculator_agent_example.py
examples/custom_profile_decorator.py
examples/custom_profile_wrap.py
examples/customagent_distributed_example.py
examples/customagent_p2p_example.py
examples/multi_agent_workflow.py
examples/research_agent_example.py
jarviscore/__init__.py
jarviscore/adapter/__init__.py
jarviscore/adapter/decorator.py
jarviscore/adapter/wrapper.py
jarviscore/cli/__init__.py
jarviscore/cli/__main__.py
jarviscore/cli/check.py
jarviscore/cli/scaffold.py
jarviscore/cli/smoketest.py
jarviscore/config/__init__.py
jarviscore/config/settings.py
jarviscore/context/__init__.py
jarviscore/context/dependency.py
jarviscore/context/jarvis_context.py
jarviscore/context/memory.py
jarviscore/core/__init__.py
jarviscore/core/agent.py
jarviscore/core/mesh.py
jarviscore/core/profile.py
jarviscore/data/.env.example
jarviscore/data/__init__.py
jarviscore/data/examples/autoagent_distributed_example.py
jarviscore/data/examples/calculator_agent_example.py
jarviscore/data/examples/customagent_distributed_example.py
jarviscore/data/examples/customagent_p2p_example.py
jarviscore/data/examples/multi_agent_workflow.py
jarviscore/data/examples/research_agent_example.py
jarviscore/docs/API_REFERENCE.md
jarviscore/docs/AUTOAGENT_GUIDE.md
jarviscore/docs/CONFIGURATION.md
jarviscore/docs/CUSTOMAGENT_GUIDE.md
jarviscore/docs/GETTING_STARTED.md
jarviscore/docs/TROUBLESHOOTING.md
jarviscore/docs/USER_GUIDE.md
jarviscore/execution/__init__.py
jarviscore/execution/code_registry.py
jarviscore/execution/generator.py
jarviscore/execution/llm.py
jarviscore/execution/repair.py
jarviscore/execution/result_handler.py
jarviscore/execution/sandbox.py
jarviscore/execution/search.py
jarviscore/orchestration/__init__.py
jarviscore/orchestration/claimer.py
jarviscore/orchestration/dependency.py
jarviscore/orchestration/engine.py
jarviscore/orchestration/status.py
jarviscore/p2p/__init__.py
jarviscore/p2p/broadcaster.py
jarviscore/p2p/coordinator.py
jarviscore/p2p/keepalive.py
jarviscore/p2p/messages.py
jarviscore/p2p/peer_client.py
jarviscore/p2p/peer_tool.py
jarviscore/p2p/swim_manager.py
jarviscore/profiles/__init__.py
jarviscore/profiles/autoagent.py
jarviscore/profiles/customagent.py
jarviscore_framework.egg-info/PKG-INFO
jarviscore_framework.egg-info/SOURCES.txt
jarviscore_framework.egg-info/dependency_links.txt
jarviscore_framework.egg-info/requires.txt
jarviscore_framework.egg-info/top_level.txt
test_logs/code_registry/functions/data_generator-558779ed_560ebc37.py
test_logs/code_registry/functions/data_generator-5ed3609e_560ebc37.py
test_logs/code_registry/functions/data_generator-66da0356_43970bb9.py
test_logs/code_registry/functions/data_generator-7a2fac83_583709d9.py
test_logs/code_registry/functions/data_generator-888b670f_aa235863.py
test_logs/code_registry/functions/data_generator-9ca5f642_aa235863.py
test_logs/code_registry/functions/data_generator-bfd90775_560ebc37.py
test_logs/code_registry/functions/data_generator-e95d2f7d_aa235863.py
test_logs/code_registry/functions/data_generator-f60ca8a2_327eb8c2.py
test_logs/code_registry/functions/mathematician-02adf9ee_958658d9.py
test_logs/code_registry/functions/mathematician-0706fb57_5df13441.py
test_logs/code_registry/functions/mathematician-153c9c4a_ba59c918.py
test_logs/code_registry/functions/mathematician-287e61c0_41daa793.py
test_logs/code_registry/functions/mathematician-2967af5a_863c2cc6.py
test_logs/code_registry/functions/mathematician-303ca6d6_5df13441.py
test_logs/code_registry/functions/mathematician-308a4afd_cbf5064d.py
test_logs/code_registry/functions/mathematician-353f16e2_0968bcf5.py
test_logs/code_registry/functions/mathematician-3c22475a_41daa793.py
test_logs/code_registry/functions/mathematician-5bac1029_0968bcf5.py
test_logs/code_registry/functions/mathematician-640f76b2_9198780b.py
test_logs/code_registry/functions/mathematician-752fa7ea_863c2cc6.py
test_logs/code_registry/functions/mathematician-baf9ef39_0968bcf5.py
test_logs/code_registry/functions/mathematician-bc8b2a2f_5df13441.py
test_logs/code_registry/functions/mathematician-c31e4686_41daa793.py
test_logs/code_registry/functions/mathematician-cc84c84c_863c2cc6.py
test_logs/code_registry/functions/mathematician-dd7c7144_9198780b.py
test_logs/code_registry/functions/mathematician-e671c256_41ea4487.py
test_logs/code_registry/functions/report_generator-1a878fcc_18d44bdc.py
test_logs/code_registry/functions/report_generator-25c1c331_cea57d0d.py
test_logs/code_registry/functions/report_generator-37552117_e711c2b9.py
test_logs/code_registry/functions/report_generator-bc662768_e711c2b9.py
test_logs/code_registry/functions/report_generator-d6c0e76b_5e7722ec.py
test_logs/code_registry/functions/report_generator-f270fb02_680529c3.py
test_logs/code_registry/functions/text_processor-11393b14_4370d3ed.py
test_logs/code_registry/functions/text_processor-7d02dfc3_d3b569be.py
test_logs/code_registry/functions/text_processor-8adb5e32_9168c5fe.py
test_logs/code_registry/functions/text_processor-c58ffc19_78b4ceac.py
test_logs/code_registry/functions/text_processor-cd5977b1_9168c5fe.py
test_logs/code_registry/functions/text_processor-ec1c8773_9168c5fe.py
tests/conftest.py
tests/test_01_analyst_standalone.py
tests/test_02_assistant_standalone.py
tests/test_03_analyst_with_framework.py
tests/test_04_assistant_with_framework.py
tests/test_05_integration.py
tests/test_06_real_llm_integration.py
tests/test_07_distributed_single_node.py
tests/test_08_distributed_multi_node.py
tests/test_09_distributed_autoagent.py
tests/test_10_distributed_customagent.py
tests/test_agent.py
tests/test_autoagent.py
tests/test_autoagent_day4.py
tests/test_context.py
tests/test_customagent.py
tests/test_decorator.py
tests/test_integration.py
tests/test_llm_fallback.py
tests/test_mesh.py
tests/test_p2p_integration.py
tests/test_remote_sandbox.py