LICENSE
README.md
pyproject.toml
CommonGround/__init__.py
CommonGround/agent_credentials.py
CommonGround/agent_registration.py
CommonGround/cli.py
CommonGround/cli_config.py
CommonGround/cli_profiles.py
CommonGround/env.py
CommonGround/http_errors.py
CommonGround/payloads.py
CommonGround/provision_launch.py
CommonGround/provision_roles.py
CommonGround/turn_offers.py
CommonGround/version.py
CommonGround/adapters/__init__.py
CommonGround/adapters/agent.py
CommonGround/adapters/dispatch_ingress.py
CommonGround/adapters/management.py
CommonGround/agent_client/__init__.py
CommonGround/agent_client/caller_headers.py
CommonGround/agent_client/claim_renewer.py
CommonGround/agent_client/http_client.py
CommonGround/agent_client/polling_worker.py
CommonGround/agent_client/safe_suspend.py
CommonGround/agent_client/types.py
CommonGround/app/__init__.py
CommonGround/app/kernel.py
CommonGround/contracts/__init__.py
CommonGround/contracts/cardbox_types.py
CommonGround/contracts/clock.py
CommonGround/contracts/errors.py
CommonGround/contracts/models.py
CommonGround/contracts/ports.py
CommonGround/contracts/rows.py
CommonGround/infra/__init__.py
CommonGround/infra/agent_credentials.py
CommonGround/infra/content.py
CommonGround/infra/ports.py
CommonGround/infra/postgres.py
CommonGround/infra/postgres_pool.py
CommonGround/infra/repositories.py
CommonGround/kernel/__init__.py
CommonGround/kernel/ledger.py
CommonGround/kernel/lifecycle.py
CommonGround/kernel/semantic.py
CommonGround/kernel/topology.py
CommonGround/projection_client/__init__.py
CommonGround/projection_client/http_client.py
CommonGround/projection_client/types.py
CommonGround/sdk/__init__.py
CommonGround/sdk/composites.py
CommonGround/sdk/context.py
CommonGround/service/__init__.py
CommonGround/service/__main__.py
CommonGround/service/auth.py
CommonGround/service/config.py
CommonGround/service/http.py
CommonGround/service/read_policy.py
CommonGround/service/routes.py
CommonGround/service/schemas.py
CommonGround/service/serialization.py
CommonGround/service/write_guard.py
CommonGround/service/projection/__init__.py
CommonGround/service/projection/agents.py
CommonGround/service/projection/feed.py
CommonGround/service/projection/filters.py
CommonGround/service/projection/lineage.py
CommonGround/service/projection/models.py
CommonGround/service/projection/offers.py
CommonGround/service/projection/postgres_source.py
CommonGround/service/projection/router.py
CommonGround/service/projection/source.py
CommonGround/service/projection/turns.py
Integrations/__init__.py
Integrations/admin_service/__init__.py
Integrations/admin_service/admission_api.py
Integrations/admin_service/admission_runner.py
Integrations/admin_service/agent_join_invites.py
Integrations/admin_service/byoa_facade.py
Integrations/admin_service/byoa_primitives.py
Integrations/admin_service/byoa_registration.py
Integrations/admin_service/byoa_workflow.py
Integrations/admin_service/project_bootstrap.py
Integrations/admin_service/project_setup.py
Integrations/nanobot/__init__.py
Integrations/nanobot/provision_lifecycle.py
Integrations/nanobot/provision_role_policy.py
Integrations/nanobot/turn_offer_metadata.py
Integrations/nanobot/adapter/__init__.py
Integrations/nanobot/adapter/context_mapping.py
Integrations/nanobot/adapter/leaf_handler.py
Integrations/nanobot/adapter/provision_handler.py
Integrations/nanobot/adapter/registration_spec.py
Integrations/nanobot/adapter/self_root_frontside.py
Integrations/nanobot/adapter/supervisor_handler.py
Integrations/nanobot/runtime/__init__.py
Integrations/nanobot/runtime/client_auth.py
Integrations/nanobot/runtime/factory.py
Integrations/nanobot/runtime/feed_utils.py
Integrations/nanobot/runtime/leaf_worker_main.py
Integrations/nanobot/runtime/leaf_worker_runner.py
Integrations/nanobot/runtime/presence.py
Integrations/nanobot/runtime/provisioner_runner.py
Integrations/nanobot/runtime/self_root_frontside_main.py
Integrations/nanobot/runtime/self_root_frontside_runner.py
Integrations/nanobot/runtime/supervisor_runner.py
Integrations/nanobot/substrate/__init__.py
Integrations/nanobot/substrate/process_substrate.py
commonground_kernel.egg-info/PKG-INFO
commonground_kernel.egg-info/SOURCES.txt
commonground_kernel.egg-info/dependency_links.txt
commonground_kernel.egg-info/entry_points.txt
commonground_kernel.egg-info/requires.txt
commonground_kernel.egg-info/top_level.txt
tests/test_admin_service_admission_api.py
tests/test_admin_service_agent_join_invites.py
tests/test_admin_service_byoa_facade.py
tests/test_admin_service_byoa_facade_e2e.py
tests/test_admin_service_byoa_registration_processor.py
tests/test_admin_service_byoa_workflow_store.py
tests/test_admin_service_project_bootstrap.py
tests/test_agent_credentials.py
tests/test_agent_credentials_repository.py
tests/test_agent_only_kernel.py
tests/test_agent_only_service.py
tests/test_byoa_conversation_worker_example.py
tests/test_cardbox_content_mapping.py
tests/test_cg_cli.py
tests/test_cg_project_cli.py
tests/test_cg_skill_assets.py
tests/test_claim_renewer.py
tests/test_cli_config.py
tests/test_component_split.py
tests/test_contracts_cardbox_boundary.py
tests/test_demo_topology.py
tests/test_doc_hygiene.py
tests/test_issue_agent_credential_bootstrap.py
tests/test_leaf_worker_main.py
tests/test_multihop_agent_handoff_demo.py
tests/test_nanobot_bridge.py
tests/test_nanobot_interactive_console.py
tests/test_nanobot_provision_lifecycle_and_credentials.py
tests/test_nanobot_supervisor_correlation.py
tests/test_package_version.py
tests/test_postgres_pool.py
tests/test_project_setup_package_resources.py
tests/test_projection_agents.py
tests/test_projection_client.py
tests/test_projection_feed.py
tests/test_projection_lineage.py
tests/test_projection_offers.py
tests/test_projection_policy.py
tests/test_projection_routes.py
tests/test_projection_source.py
tests/test_projection_turns.py
tests/test_release_tag_version.py
tests/test_release_version_sync.py
tests/test_reset_db.py
tests/test_send_demo_request.py
tests/test_service_agent_authenticator.py
tests/test_service_agent_credentials.py
tests/test_service_auth.py
tests/test_service_read_route_policy_mapping.py
tests/test_service_reaper.py
tests/test_service_write_route_guard_mapping.py