.env.example
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
TRADEMARK.md
pyproject.toml
CLA/CORPORATE.md
CLA/INDIVIDUAL.md
examples/autoagent_distributed_example.py
examples/calculator_agent_example.py
examples/cloud_deployment_example.py
examples/content_pipeline.py
examples/custom_profile_decorator.py
examples/custom_profile_wrap.py
examples/customagent_cognitive_discovery_example.py
examples/customagent_distributed_example.py
examples/customagent_p2p_example.py
examples/fastapi_integration_example.py
examples/financial_pipeline.py
examples/multi_agent_workflow.py
examples/quickstart.py
examples/research_agent_example.py
examples/research_node_1.py
examples/research_node_2.py
examples/research_node_3.py
examples/research_synthesizer.py
examples/support_swarm.py
examples/investment_committee/committee.py
examples/investment_committee/dashboard.py
examples/investment_committee/agents/__init__.py
examples/investment_committee/agents/base.py
examples/investment_committee/agents/committee_chair.py
examples/investment_committee/agents/financial_analyst.py
examples/investment_committee/agents/knowledge_agent.py
examples/investment_committee/agents/market_analyst.py
examples/investment_committee/agents/memo_writer.py
examples/investment_committee/agents/risk_officer.py
examples/investment_committee/agents/technical_analyst.py
hooks/embed_markdown.py
jarviscore/__init__.py
jarviscore/adapter/__init__.py
jarviscore/adapter/decorator.py
jarviscore/adapter/wrapper.py
jarviscore/auth/__init__.py
jarviscore/auth/manager.py
jarviscore/auth/oauth_flow.py
jarviscore/browser/__init__.py
jarviscore/browser/capture.py
jarviscore/browser/cdp.py
jarviscore/browser/controller.py
jarviscore/browser/dispatcher.py
jarviscore/browser/interactions.py
jarviscore/browser/profiles.py
jarviscore/browser/protocol.py
jarviscore/browser/route_dispatcher.py
jarviscore/browser/session.py
jarviscore/browser/snapshot.py
jarviscore/browser/trace.py
jarviscore/cli/__init__.py
jarviscore/cli/__main__.py
jarviscore/cli/atom.py
jarviscore/cli/check.py
jarviscore/cli/memory.py
jarviscore/cli/nexus.py
jarviscore/cli/scaffold.py
jarviscore/cli/smoketest.py
jarviscore/config/__init__.py
jarviscore/config/settings.py
jarviscore/context/__init__.py
jarviscore/context/context_manager.py
jarviscore/context/dependency.py
jarviscore/context/distillation.py
jarviscore/context/jarvis_context.py
jarviscore/context/memory.py
jarviscore/context/truth.py
jarviscore/contracts/__init__.py
jarviscore/contracts/hitl.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/cloud_deployment_example.py
jarviscore/data/examples/content_pipeline.py
jarviscore/data/examples/custom_profile_decorator.py
jarviscore/data/examples/custom_profile_wrap.py
jarviscore/data/examples/customagent_cognitive_discovery_example.py
jarviscore/data/examples/customagent_distributed_example.py
jarviscore/data/examples/customagent_p2p_example.py
jarviscore/data/examples/fastapi_integration_example.py
jarviscore/data/examples/financial_pipeline.py
jarviscore/data/examples/multi_agent_workflow.py
jarviscore/data/examples/quickstart.py
jarviscore/data/examples/research_agent_example.py
jarviscore/data/examples/research_node_1.py
jarviscore/data/examples/research_node_2.py
jarviscore/data/examples/research_node_3.py
jarviscore/data/examples/research_synthesizer.py
jarviscore/data/examples/support_swarm.py
jarviscore/data/examples/investment_committee/committee.py
jarviscore/data/examples/investment_committee/dashboard.py
jarviscore/data/examples/investment_committee/agents/__init__.py
jarviscore/data/examples/investment_committee/agents/base.py
jarviscore/data/examples/investment_committee/agents/committee_chair.py
jarviscore/data/examples/investment_committee/agents/financial_analyst.py
jarviscore/data/examples/investment_committee/agents/knowledge_agent.py
jarviscore/data/examples/investment_committee/agents/market_analyst.py
jarviscore/data/examples/investment_committee/agents/memo_writer.py
jarviscore/data/examples/investment_committee/agents/risk_officer.py
jarviscore/data/examples/investment_committee/agents/technical_analyst.py
jarviscore/docs/CHANGELOG.md
jarviscore/docs/TROUBLESHOOTING.md
jarviscore/docs/getting-started.md
jarviscore/docs/index.md
jarviscore/docs/concepts/agent-personas.md
jarviscore/docs/concepts/agents.md
jarviscore/docs/concepts/architecture.md
jarviscore/docs/concepts/language-models.md
jarviscore/docs/concepts/memory.md
jarviscore/docs/concepts/model-routing.md
jarviscore/docs/concepts/nexus.md
jarviscore/docs/concepts/p2p.md
jarviscore/docs/concepts/planning.md
jarviscore/docs/concepts/system-bundles.md
jarviscore/docs/examples/content-pipeline.md
jarviscore/docs/examples/financial-pipeline.md
jarviscore/docs/examples/index.md
jarviscore/docs/examples/investment-committee.md
jarviscore/docs/examples/research-network.md
jarviscore/docs/examples/support-swarm.md
jarviscore/docs/guides/adapters.md
jarviscore/docs/guides/autoagent.md
jarviscore/docs/guides/browser-automation.md
jarviscore/docs/guides/chat.md
jarviscore/docs/guides/custom-subagents.md
jarviscore/docs/guides/customagent.md
jarviscore/docs/guides/fastapi.md
jarviscore/docs/guides/hitl.md
jarviscore/docs/guides/integrations.md
jarviscore/docs/guides/internet-search.md
jarviscore/docs/guides/knowledge-base.md
jarviscore/docs/guides/migration.md
jarviscore/docs/guides/nexus.md
jarviscore/docs/guides/observability.md
jarviscore/docs/guides/production.md
jarviscore/docs/guides/system-prompts.md
jarviscore/docs/guides/testing-atoms.md
jarviscore/docs/guides/testing.md
jarviscore/docs/guides/workflows.md
jarviscore/docs/infrastructure/enterprise.md
jarviscore/docs/reference/agent-api.md
jarviscore/docs/reference/chat-api.md
jarviscore/docs/reference/cli.md
jarviscore/docs/reference/configuration.md
jarviscore/execution/__init__.py
jarviscore/execution/code_registry.py
jarviscore/execution/coder_sandbox.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/execution/validation.py
jarviscore/hitl/__init__.py
jarviscore/hitl/queue.py
jarviscore/integrations/__init__.py
jarviscore/integrations/chat.py
jarviscore/integrations/fastapi.py
jarviscore/integrations/seed_registry.py
jarviscore/integrations/atoms/airtable/airtable_create_record.py
jarviscore/integrations/atoms/airtable/airtable_delete_record.py
jarviscore/integrations/atoms/airtable/airtable_get_record.py
jarviscore/integrations/atoms/airtable/airtable_list_bases.py
jarviscore/integrations/atoms/airtable/airtable_list_records.py
jarviscore/integrations/atoms/airtable/airtable_list_tables.py
jarviscore/integrations/atoms/airtable/airtable_search_records.py
jarviscore/integrations/atoms/airtable/airtable_update_record.py
jarviscore/integrations/atoms/apollo/apollo_get_person.py
jarviscore/integrations/atoms/apollo/apollo_search_organizations.py
jarviscore/integrations/atoms/apollo/apollo_search_people.py
jarviscore/integrations/atoms/azure_storage/azure_storage_download_blob.py
jarviscore/integrations/atoms/azure_storage/azure_storage_list_containers.py
jarviscore/integrations/atoms/azure_storage/azure_storage_upload_blob.py
jarviscore/integrations/atoms/bamboo/bamboo_get_build_results.py
jarviscore/integrations/atoms/bamboo/bamboo_get_plan.py
jarviscore/integrations/atoms/bamboo/bamboo_list_deployments.py
jarviscore/integrations/atoms/bamboo/bamboo_list_plans.py
jarviscore/integrations/atoms/bamboo/bamboo_list_projects.py
jarviscore/integrations/atoms/bamboo/bamboo_trigger_build.py
jarviscore/integrations/atoms/brevo/brevo_create_contact.py
jarviscore/integrations/atoms/brevo/brevo_get_contacts.py
jarviscore/integrations/atoms/brevo/brevo_send_email.py
jarviscore/integrations/atoms/clickup/clickup_create_comment.py
jarviscore/integrations/atoms/clickup/clickup_create_task.py
jarviscore/integrations/atoms/clickup/clickup_get_lists.py
jarviscore/integrations/atoms/clickup/clickup_get_spaces.py
jarviscore/integrations/atoms/clickup/clickup_get_task.py
jarviscore/integrations/atoms/clickup/clickup_update_task.py
jarviscore/integrations/atoms/confluence/confluence_create_page.py
jarviscore/integrations/atoms/confluence/confluence_get_page.py
jarviscore/integrations/atoms/confluence/confluence_update_page.py
jarviscore/integrations/atoms/discord/discord_get_connections.py
jarviscore/integrations/atoms/discord/discord_get_guilds.py
jarviscore/integrations/atoms/discord/discord_get_me.py
jarviscore/integrations/atoms/dropbox/dropbox_create_folder.py
jarviscore/integrations/atoms/dropbox/dropbox_download_file.py
jarviscore/integrations/atoms/dropbox/dropbox_get_shared_link.py
jarviscore/integrations/atoms/dropbox/dropbox_list_folder.py
jarviscore/integrations/atoms/dropbox/dropbox_upload_file.py
jarviscore/integrations/atoms/dynamics/dynamics_create_account.py
jarviscore/integrations/atoms/dynamics/dynamics_get_accounts.py
jarviscore/integrations/atoms/dynamics/dynamics_get_contacts.py
jarviscore/integrations/atoms/freshbooks/freshbooks_create_client.py
jarviscore/integrations/atoms/freshbooks/freshbooks_create_expense.py
jarviscore/integrations/atoms/freshbooks/freshbooks_create_invoice.py
jarviscore/integrations/atoms/freshbooks/freshbooks_get_client.py
jarviscore/integrations/atoms/freshbooks/freshbooks_get_expense.py
jarviscore/integrations/atoms/freshbooks/freshbooks_get_invoice.py
jarviscore/integrations/atoms/freshbooks/freshbooks_get_payment.py
jarviscore/integrations/atoms/freshbooks/freshbooks_record_payment.py
jarviscore/integrations/atoms/github/github_create_comment.py
jarviscore/integrations/atoms/github/github_create_issue.py
jarviscore/integrations/atoms/github/github_get_file.py
jarviscore/integrations/atoms/github/github_get_pull_request.py
jarviscore/integrations/atoms/github/github_get_repo.py
jarviscore/integrations/atoms/github/github_list_issues.py
jarviscore/integrations/atoms/github/github_list_pull_requests.py
jarviscore/integrations/atoms/github/github_list_repos.py
jarviscore/integrations/atoms/gmail/gmail_create_draft.py
jarviscore/integrations/atoms/gmail/gmail_get_message.py
jarviscore/integrations/atoms/gmail/gmail_list_messages.py
jarviscore/integrations/atoms/gmail/gmail_send_email.py
jarviscore/integrations/atoms/google_calendar/google_calendar_create_event.py
jarviscore/integrations/atoms/google_calendar/google_calendar_delete_event.py
jarviscore/integrations/atoms/google_calendar/google_calendar_list_events.py
jarviscore/integrations/atoms/google_drive/gdrive_create_folder.py
jarviscore/integrations/atoms/google_drive/gdrive_download_file.py
jarviscore/integrations/atoms/google_drive/gdrive_share_file.py
jarviscore/integrations/atoms/google_drive/gdrive_upload_file.py
jarviscore/integrations/atoms/google_drive/google_drive_create_folder.py
jarviscore/integrations/atoms/google_drive/google_drive_download_file.py
jarviscore/integrations/atoms/google_drive/google_drive_share_file.py
jarviscore/integrations/atoms/google_drive/google_drive_upload_file.py
jarviscore/integrations/atoms/google_sheets/google_sheets_append_rows.py
jarviscore/integrations/atoms/google_sheets/google_sheets_get_spreadsheet.py
jarviscore/integrations/atoms/google_sheets/google_sheets_read_range.py
jarviscore/integrations/atoms/google_sheets/google_sheets_write_range.py
jarviscore/integrations/atoms/hubspot/hubspot_create_contact.py
jarviscore/integrations/atoms/hubspot/hubspot_create_deal.py
jarviscore/integrations/atoms/hubspot/hubspot_get_contact.py
jarviscore/integrations/atoms/hubspot/hubspot_list_contacts.py
jarviscore/integrations/atoms/hubspot/hubspot_list_deals.py
jarviscore/integrations/atoms/jira/jira_create_issue.py
jarviscore/integrations/atoms/jira/jira_get_project.py
jarviscore/integrations/atoms/jira/jira_update_issue.py
jarviscore/integrations/atoms/kra/kra_check_obligations.py
jarviscore/integrations/atoms/kra/kra_check_pin.py
jarviscore/integrations/atoms/kra/krapinchecker.py
jarviscore/integrations/atoms/kra/krataxobligations.py
jarviscore/integrations/atoms/linear/linear_get_issue.py
jarviscore/integrations/atoms/linear/linear_get_issues.py
jarviscore/integrations/atoms/linear/linear_get_me.py
jarviscore/integrations/atoms/linear/linear_get_teams.py
jarviscore/integrations/atoms/linear/linear_search_issues.py
jarviscore/integrations/atoms/linkedin/linkedin_create_post.py
jarviscore/integrations/atoms/linkedin/linkedin_get_network_size.py
jarviscore/integrations/atoms/linkedin/linkedin_get_organization.py
jarviscore/integrations/atoms/linkedin/linkedin_get_profile.py
jarviscore/integrations/atoms/linkedin/linkedin_list_organization_posts.py
jarviscore/integrations/atoms/linkedin/linkedin_list_posts.py
jarviscore/integrations/atoms/linkedin_ads/linkedin_ads_get_analytics.py
jarviscore/integrations/atoms/linkedin_ads/linkedin_ads_get_campaign.py
jarviscore/integrations/atoms/linkedin_ads/linkedin_ads_list_accounts.py
jarviscore/integrations/atoms/linkedin_ads/linkedin_ads_list_campaign_groups.py
jarviscore/integrations/atoms/linkedin_ads/linkedin_ads_list_campaigns.py
jarviscore/integrations/atoms/linkedin_ads/linkedin_ads_list_creatives.py
jarviscore/integrations/atoms/mailchimp/mailchimp_add_subscriber.py
jarviscore/integrations/atoms/mailchimp/mailchimp_get_campaign_stats.py
jarviscore/integrations/atoms/mailchimp/mailchimp_get_list_members.py
jarviscore/integrations/atoms/msgraph/msgraph_create_event.py
jarviscore/integrations/atoms/msgraph/msgraph_create_meeting.py
jarviscore/integrations/atoms/msgraph/msgraph_delete_event.py
jarviscore/integrations/atoms/msgraph/msgraph_get_channels.py
jarviscore/integrations/atoms/msgraph/msgraph_get_chats.py
jarviscore/integrations/atoms/msgraph/msgraph_get_email.py
jarviscore/integrations/atoms/msgraph/msgraph_get_emails.py
jarviscore/integrations/atoms/msgraph/msgraph_get_events.py
jarviscore/integrations/atoms/msgraph/msgraph_get_me.py
jarviscore/integrations/atoms/msgraph/msgraph_get_meeting.py
jarviscore/integrations/atoms/msgraph/msgraph_get_teams.py
jarviscore/integrations/atoms/msgraph/msgraph_send_chat_message.py
jarviscore/integrations/atoms/msgraph/msgraph_send_email.py
jarviscore/integrations/atoms/msgraph/msgraph_update_event.py
jarviscore/integrations/atoms/netsuite/netsuite_create_record.py
jarviscore/integrations/atoms/netsuite/netsuite_get_record.py
jarviscore/integrations/atoms/netsuite/netsuite_list_customers.py
jarviscore/integrations/atoms/netsuite/netsuite_list_records.py
jarviscore/integrations/atoms/netsuite/netsuite_search_records.py
jarviscore/integrations/atoms/netsuite/netsuite_update_record.py
jarviscore/integrations/atoms/notion/notion_append_blocks.py
jarviscore/integrations/atoms/notion/notion_create_page.py
jarviscore/integrations/atoms/notion/notion_get_blocks.py
jarviscore/integrations/atoms/notion/notion_get_page.py
jarviscore/integrations/atoms/notion/notion_search.py
jarviscore/integrations/atoms/notion/notion_update_page.py
jarviscore/integrations/atoms/odoo/odoo_create_lead.py
jarviscore/integrations/atoms/odoo/odoo_create_partner.py
jarviscore/integrations/atoms/odoo/odoo_get_lead.py
jarviscore/integrations/atoms/odoo/odoo_get_leads.py
jarviscore/integrations/atoms/odoo/odoo_get_partners.py
jarviscore/integrations/atoms/odoo/odoo_update_lead.py
jarviscore/integrations/atoms/openmrs/openmrs_get_concept.py
jarviscore/integrations/atoms/openmrs/openmrs_get_patient.py
jarviscore/integrations/atoms/openmrs/openmrs_list_encounters.py
jarviscore/integrations/atoms/openmrs/openmrs_list_observations.py
jarviscore/integrations/atoms/openmrs/openmrs_list_visits.py
jarviscore/integrations/atoms/openmrs/openmrs_search_patients.py
jarviscore/integrations/atoms/oracle_cx/oracle_cx_create_opportunity.py
jarviscore/integrations/atoms/oracle_cx/oracle_cx_get_opportunity.py
jarviscore/integrations/atoms/oracle_cx/oracle_cx_list_accounts.py
jarviscore/integrations/atoms/oracle_cx/oracle_cx_list_activities.py
jarviscore/integrations/atoms/oracle_cx/oracle_cx_list_contacts.py
jarviscore/integrations/atoms/oracle_cx/oracle_cx_list_opportunities.py
jarviscore/integrations/atoms/oracle_erp/oracle_erp_get_invoice.py
jarviscore/integrations/atoms/oracle_erp/oracle_erp_list_expenses.py
jarviscore/integrations/atoms/oracle_erp/oracle_erp_list_invoices.py
jarviscore/integrations/atoms/oracle_erp/oracle_erp_list_journal_entries.py
jarviscore/integrations/atoms/oracle_erp/oracle_erp_list_purchase_orders.py
jarviscore/integrations/atoms/oracle_erp/oracle_erp_list_suppliers.py
jarviscore/integrations/atoms/quickbooks/quickbooks_get_balance_sheet.py
jarviscore/integrations/atoms/quickbooks/quickbooks_get_profit_and_loss.py
jarviscore/integrations/atoms/quickbooks/quickbooks_list_expenses.py
jarviscore/integrations/atoms/quickbooks/quickbooks_list_invoices.py
jarviscore/integrations/atoms/reddit/reddit_get_me.py
jarviscore/integrations/atoms/reddit/reddit_get_post.py
jarviscore/integrations/atoms/reddit/reddit_get_subreddit.py
jarviscore/integrations/atoms/reddit/reddit_submit_comment.py
jarviscore/integrations/atoms/reddit/reddit_submit_post.py
jarviscore/integrations/atoms/reddit/reddit_vote.py
jarviscore/integrations/atoms/salesforce/salesforce_create_lead.py
jarviscore/integrations/atoms/salesforce/salesforce_create_opportunity.py
jarviscore/integrations/atoms/salesforce/salesforce_get_contact.py
jarviscore/integrations/atoms/salesforce/salesforce_soql_query.py
jarviscore/integrations/atoms/sap/sap_get_business_partner.py
jarviscore/integrations/atoms/sap/sap_get_sales_order.py
jarviscore/integrations/atoms/sap/sap_list_business_partners.py
jarviscore/integrations/atoms/sap/sap_list_products.py
jarviscore/integrations/atoms/sap/sap_list_purchase_orders.py
jarviscore/integrations/atoms/sap/sap_list_sales_orders.py
jarviscore/integrations/atoms/sendgrid/sendgrid_get_stats.py
jarviscore/integrations/atoms/sendgrid/sendgrid_send_email.py
jarviscore/integrations/atoms/serper/serper_news_search.py
jarviscore/integrations/atoms/serper/serper_search.py
jarviscore/integrations/atoms/slack/slack_add_reaction.py
jarviscore/integrations/atoms/slack/slack_get_messages.py
jarviscore/integrations/atoms/slack/slack_get_user.py
jarviscore/integrations/atoms/slack/slack_list_channels.py
jarviscore/integrations/atoms/slack/slack_list_users.py
jarviscore/integrations/atoms/slack/slack_send_message.py
jarviscore/integrations/atoms/stripe/stripe_get_balance.py
jarviscore/integrations/atoms/stripe/stripe_get_customer.py
jarviscore/integrations/atoms/stripe/stripe_list_charges.py
jarviscore/integrations/atoms/stripe/stripe_list_invoices.py
jarviscore/integrations/atoms/todoist/todoist_close_task.py
jarviscore/integrations/atoms/todoist/todoist_create_project.py
jarviscore/integrations/atoms/todoist/todoist_create_task.py
jarviscore/integrations/atoms/todoist/todoist_get_projects.py
jarviscore/integrations/atoms/todoist/todoist_get_task.py
jarviscore/integrations/atoms/todoist/todoist_update_task.py
jarviscore/integrations/atoms/twitter/twitter_like_tweet.py
jarviscore/integrations/atoms/twitter/twitter_post_tweet.py
jarviscore/integrations/atoms/twitter/twitter_reply_tweet.py
jarviscore/integrations/atoms/webex/webex_get_me.py
jarviscore/integrations/atoms/webex/webex_get_message.py
jarviscore/integrations/atoms/webex/webex_get_messages.py
jarviscore/integrations/atoms/webex/webex_get_room.py
jarviscore/integrations/atoms/webex/webex_get_rooms.py
jarviscore/integrations/atoms/webex/webex_search_people.py
jarviscore/integrations/atoms/youtube/youtube_get_channel.py
jarviscore/integrations/atoms/youtube/youtube_get_playlist_items.py
jarviscore/integrations/atoms/youtube/youtube_get_video.py
jarviscore/integrations/atoms/youtube/youtube_list_playlists.py
jarviscore/integrations/atoms/youtube/youtube_list_videos.py
jarviscore/integrations/atoms/youtube/youtube_search.py
jarviscore/integrations/atoms/zoho_books/zoho_books_create_contact.py
jarviscore/integrations/atoms/zoho_books/zoho_books_create_expense.py
jarviscore/integrations/atoms/zoho_books/zoho_books_create_invoice.py
jarviscore/integrations/atoms/zoho_books/zoho_books_get_contact.py
jarviscore/integrations/atoms/zoho_books/zoho_books_get_contacts.py
jarviscore/integrations/atoms/zoho_books/zoho_books_get_expenses.py
jarviscore/integrations/atoms/zoho_books/zoho_books_get_invoice.py
jarviscore/integrations/atoms/zoho_books/zoho_books_get_invoices.py
jarviscore/integrations/atoms/zoho_people/zoho_people_get_all_employees.py
jarviscore/integrations/atoms/zoho_people/zoho_people_get_attendance.py
jarviscore/integrations/atoms/zoho_people/zoho_people_get_employee.py
jarviscore/integrations/atoms/zoho_people/zoho_people_get_form_data.py
jarviscore/integrations/atoms/zoho_shifts/zoho_shifts_create_shift.py
jarviscore/integrations/atoms/zoho_shifts/zoho_shifts_delete_shift.py
jarviscore/integrations/atoms/zoho_shifts/zoho_shifts_get_shifts.py
jarviscore/integrations/atoms/zoho_shifts/zoho_shifts_update_shift.py
jarviscore/integrations/atoms/zoom/zoom_create_meeting.py
jarviscore/integrations/atoms/zoom/zoom_delete_meeting.py
jarviscore/integrations/atoms/zoom/zoom_get_meeting.py
jarviscore/integrations/atoms/zoom/zoom_get_user.py
jarviscore/integrations/atoms/zoom/zoom_list_meetings.py
jarviscore/integrations/atoms/zoom/zoom_update_meeting.py
jarviscore/kernel/__init__.py
jarviscore/kernel/cognition.py
jarviscore/kernel/epistemic.py
jarviscore/kernel/hitl.py
jarviscore/kernel/kernel.py
jarviscore/kernel/lease.py
jarviscore/kernel/state.py
jarviscore/kernel/subagent.py
jarviscore/kernel/tracing.py
jarviscore/kernel/defaults/__init__.py
jarviscore/kernel/defaults/browser.py
jarviscore/kernel/defaults/coder.py
jarviscore/kernel/defaults/communicator.py
jarviscore/kernel/defaults/research_flow.py
jarviscore/kernel/defaults/researcher.py
jarviscore/mailbox/__init__.py
jarviscore/mailbox/mailbox.py
jarviscore/memory/__init__.py
jarviscore/memory/athena_client.py
jarviscore/memory/athena_memory.py
jarviscore/memory/episodic.py
jarviscore/memory/ltm.py
jarviscore/memory/scratchpad.py
jarviscore/memory/unified.py
jarviscore/memory/_data/__init__.py
jarviscore/memory/_data/docker-compose.athena.yml
jarviscore/nexus/__init__.py
jarviscore/nexus/call_proxy.py
jarviscore/nexus/client.py
jarviscore/nexus/lifecycle.py
jarviscore/nexus/models.py
jarviscore/nexus/providers.py
jarviscore/nexus/store.py
jarviscore/nexus/_data/001_initial_schema.sql
jarviscore/nexus/_data/__init__.py
jarviscore/nexus/_data/docker-compose.nexus.yml
jarviscore/orchestration/__init__.py
jarviscore/orchestration/claimer.py
jarviscore/orchestration/dependency.py
jarviscore/orchestration/engine.py
jarviscore/orchestration/state.py
jarviscore/orchestration/status.py
jarviscore/orchestration/workflow_builder.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/planning/__init__.py
jarviscore/planning/evaluator.py
jarviscore/planning/goal_context.py
jarviscore/planning/planner.py
jarviscore/profiles/__init__.py
jarviscore/profiles/agent_profile.py
jarviscore/profiles/autoagent.py
jarviscore/profiles/customagent.py
jarviscore/rag/__init__.py
jarviscore/rag/chunking.py
jarviscore/rag/embedding.py
jarviscore/rag/evidence.py
jarviscore/rag/faiss_store.py
jarviscore/rag/pipeline.py
jarviscore/search/__init__.py
jarviscore/search/internet_search.py
jarviscore/storage/__init__.py
jarviscore/storage/azure.py
jarviscore/storage/base.py
jarviscore/storage/local.py
jarviscore/storage/redis_store.py
jarviscore/telemetry/__init__.py
jarviscore/telemetry/events.py
jarviscore/telemetry/metrics.py
jarviscore/telemetry/tracer.py
jarviscore/testing/__init__.py
jarviscore/testing/mocks.py
jarviscore_framework.egg-info/PKG-INFO
jarviscore_framework.egg-info/SOURCES.txt
jarviscore_framework.egg-info/dependency_links.txt
jarviscore_framework.egg-info/entry_points.txt
jarviscore_framework.egg-info/requires.txt
jarviscore_framework.egg-info/top_level.txt
nexus/seeds/seed_local.py
test_logs/code_registry/functions/data_generator-1fc2315f_aa235863.py
test_logs/code_registry/functions/data_generator-307d5d32_560ebc37.py
test_logs/code_registry/functions/data_generator-49932479_4aeeb4f9.py
test_logs/code_registry/functions/data_generator-558779ed_560ebc37.py
test_logs/code_registry/functions/data_generator-5b6f1e83_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-8195b7ab_aa235863.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/data_generator-fe9ab423_5724c4c6.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-412ae4b7_0968bcf5.py
test_logs/code_registry/functions/mathematician-43c2767b_61194dc7.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-64452347_958658d9.py
test_logs/code_registry/functions/mathematician-752fa7ea_863c2cc6.py
test_logs/code_registry/functions/mathematician-7ae61c8c_863c2cc6.py
test_logs/code_registry/functions/mathematician-87d64bf6_cbf5064d.py
test_logs/code_registry/functions/mathematician-893b700f_0968bcf5.py
test_logs/code_registry/functions/mathematician-8d618a95_958658d9.py
test_logs/code_registry/functions/mathematician-a2472854_616f7caa.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-c82db6c9_41daa793.py
test_logs/code_registry/functions/mathematician-cc84c84c_863c2cc6.py
test_logs/code_registry/functions/mathematician-cdc192c9_41daa793.py
test_logs/code_registry/functions/mathematician-dd7c7144_9198780b.py
test_logs/code_registry/functions/mathematician-deb20aa1_863c2cc6.py
test_logs/code_registry/functions/mathematician-e671c256_41ea4487.py
test_logs/code_registry/functions/mathematician-e800c411_5df13441.py
test_logs/code_registry/functions/report_generator-1a878fcc_18d44bdc.py
test_logs/code_registry/functions/report_generator-251071e2_6b897d79.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-6a0c01b4_e711c2b9.py
test_logs/code_registry/functions/report_generator-bc662768_e711c2b9.py
test_logs/code_registry/functions/report_generator-c1b8858a_e711c2b9.py
test_logs/code_registry/functions/report_generator-ce6a689e_0d9b1170.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-3d3d6f5c_9168c5fe.py
test_logs/code_registry/functions/text_processor-4fe1489e_b4f71f9d.py
test_logs/code_registry/functions/text_processor-72d0bced_d3b569be.py
test_logs/code_registry/functions/text_processor-7d02dfc3_d3b569be.py
test_logs/code_registry/functions/text_processor-8356f96a_9168c5fe.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_13_dx_improvements.py
tests/test_14_cloud_deployment.py
tests/test_15_llm_cognitive_discovery.py
tests/test_16_unified_dx_flow.py
tests/test_17_session_context.py
tests/test_18_mesh_diagnostics.py
tests/test_19_async_requests.py
tests/test_20_load_balancing.py
tests/test_21_mock_testing.py
tests/test_agent.py
tests/test_auth_manager.py
tests/test_autoagent.py
tests/test_autoagent_day4.py
tests/test_autoagent_kernel.py
tests/test_context.py
tests/test_context_manager.py
tests/test_convergence_fixes.py
tests/test_customagent.py
tests/test_decorator.py
tests/test_dependency_redis.py
tests/test_epistemic_ledger.py
tests/test_epistemic_reasoning.py
tests/test_function_registry.py
tests/test_hitl_queue.py
tests/test_integration.py
tests/test_issue_fixes.py
tests/test_kernel.py
tests/test_kernel_cognition.py
tests/test_kernel_defaults.py
tests/test_kernel_hitl.py
tests/test_kernel_lease.py
tests/test_lifecycle_monitor.py
tests/test_llm_fallback.py
tests/test_mailbox.py
tests/test_memory_episodic.py
tests/test_memory_ltm.py
tests/test_memory_scratchpad.py
tests/test_memory_unified.py
tests/test_mesh.py
tests/test_mesh_auth_injection.py
tests/test_mesh_phase9.py
tests/test_nexus_client.py
tests/test_ooda_hooks.py
tests/test_p2p_integration.py
tests/test_peer_client_cross_loop.py
tests/test_planning.py
tests/test_redis_memory_accessor.py
tests/test_redis_store.py
tests/test_registry_auth.py
tests/test_remote_sandbox.py
tests/test_researcher.py
tests/test_storage.py
tests/test_telemetry.py
tests/test_truth_context.py
tests/test_workflow_auth_resolution.py
tests/test_workflow_engine_p7.py
tests/test_workflow_state.py