pyproject.toml
agentweave_hub.egg-info/PKG-INFO
agentweave_hub.egg-info/SOURCES.txt
agentweave_hub.egg-info/dependency_links.txt
agentweave_hub.egg-info/entry_points.txt
agentweave_hub.egg-info/requires.txt
agentweave_hub.egg-info/top_level.txt
hub/__init__.py
hub/agent_auth.py
hub/agent_colors.py
hub/agent_lifecycle.py
hub/agent_status.py
hub/alembic.ini
hub/auth.py
hub/bound_address.py
hub/checkpoint_access.py
hub/checkpoint_cutover.py
hub/checkpoint_generation.py
hub/checkpoint_policy.py
hub/checkpoint_trigger.py
hub/checkpoints.py
hub/codex_appserver.py
hub/config.py
hub/conversation_titles.py
hub/conversations.py
hub/fs_browse.py
hub/inbound_queue.py
hub/instance_identity.py
hub/launchability.py
hub/main.py
hub/mcp_server.py
hub/model_catalog.py
hub/native_dialog.py
hub/output_recording.py
hub/permission_requests.py
hub/project_lifecycle.py
hub/project_workspace.py
hub/pty_runner.py
hub/repo_hygiene.py
hub/requirement_coverage.py
hub/requirement_evidence.py
hub/requirement_gate.py
hub/requirement_links.py
hub/run_divergence.py
hub/run_reconciliation.py
hub/run_task_binding.py
hub/runner_commands.py
hub/runner_events.py
hub/runner_parsing.py
hub/scheduler.py
hub/spec_completeness.py
hub/spec_digest.py
hub/spec_documents.py
hub/spec_identity.py
hub/spec_index.py
hub/spec_lifecycle.py
hub/spec_manifest.py
hub/spec_naming.py
hub/spec_payload.py
hub/spec_reading.py
hub/spec_render.py
hub/spec_rigor.py
hub/spec_service.py
hub/spec_tasks.py
hub/sse.py
hub/task_integration.py
hub/task_transition_service.py
hub/task_transitions.py
hub/turn_scheduler.py
hub/unasked_question.py
hub/usage_accounting.py
hub/utils.py
hub/worker.py
hub/workspace_paths.py
hub/worktrees.py
hub/api/__init__.py
hub/api/v1/__init__.py
hub/api/v1/accounting.py
hub/api/v1/agent_actions.py
hub/api/v1/agent_chat.py
hub/api/v1/agent_trigger.py
hub/api/v1/agents.py
hub/api/v1/charters.py
hub/api/v1/checkpoints.py
hub/api/v1/events.py
hub/api/v1/fs_browse.py
hub/api/v1/inbound_queue.py
hub/api/v1/instructions.py
hub/api/v1/jobs.py
hub/api/v1/logs.py
hub/api/v1/messages.py
hub/api/v1/model_catalog.py
hub/api/v1/native_dialog.py
hub/api/v1/permissions.py
hub/api/v1/projects.py
hub/api/v1/questions.py
hub/api/v1/runners.py
hub/api/v1/session_sync.py
hub/api/v1/setup.py
hub/api/v1/spec.py
hub/api/v1/status.py
hub/api/v1/tasks.py
hub/api/v1/unasked_questions.py
hub/api/v1/workspace.py
hub/api/v1/worktrees.py
hub/data/charters/charters.json
hub/data/charters/code_reviewer.md
hub/data/charters/developer.md
hub/data/charters/guardian.md
hub/data/charters/security_engineer.md
hub/data/charters/spec.md
hub/data/charters/tech_lead.md
hub/data/charters/underwriter.md
hub/data/charters/underwriting_approver.md
hub/data/charters/verifier.md
hub/db/__init__.py
hub/db/engine.py
hub/db/models.py
hub/migrations/__init__.py
hub/migrations/env.py
hub/migrations/versions/0001_add_agent_outputs.py
hub/migrations/versions/0002_add_event_severity.py
hub/migrations/versions/0003_add_message_session_id.py
hub/migrations/versions/0004_add_agent_table.py
hub/migrations/versions/0005_add_agent_self_registration_columns.py
hub/migrations/versions/0006_add_agent_config_column.py
hub/migrations/versions/0007_add_job_run_error_summary.py
hub/migrations/versions/0008_cap_job_run_error_summary.py
hub/migrations/versions/0009_add_project_specs.py
hub/migrations/versions/0010_add_project_spec_snapshots.py
hub/migrations/versions/0011_add_agent_output_stream_fields.py
hub/migrations/versions/0012_add_runs_table.py
hub/migrations/versions/0013_drop_agent_pilot_columns.py
hub/migrations/versions/0014_add_inbound_queue.py
hub/migrations/versions/0015_add_agent_governance.py
hub/migrations/versions/0016_add_agent_color_index.py
hub/migrations/versions/0017_add_conversations.py
hub/migrations/versions/0018_add_turn_accounting.py
hub/migrations/versions/0019_add_scheduled_queue_origin.py
hub/migrations/versions/0020_add_run_capability_tokens.py
hub/migrations/versions/0021_add_coordination_run_attribution.py
hub/migrations/versions/0022_add_governed_action_attribution.py
hub/migrations/versions/0023_add_runner_charter.py
hub/migrations/versions/0024_add_charter_seed_marker.py
hub/migrations/versions/0025_drop_project_roles_config.py
hub/migrations/versions/0026_add_project_workspace_identity.py
hub/migrations/versions/0027_add_conversation_runtime_overrides.py
hub/migrations/versions/0028_add_run_instance_id.py
hub/migrations/versions/0029_add_permission_requests.py
hub/migrations/versions/0030_add_question_options.py
hub/migrations/versions/0031_question_option_descriptions.py
hub/migrations/versions/0032_add_unasked_questions.py
hub/migrations/versions/0033_add_question_batches.py
hub/migrations/versions/0034_add_agent_waiting_settings.py
hub/migrations/versions/0035_add_conversation_title_and_origin.py
hub/migrations/versions/0036_add_conversation_id_to_blocking_tables.py
hub/migrations/versions/0037_add_project_title_generation_setting.py
hub/migrations/versions/0038_add_agent_lifecycle.py
hub/migrations/versions/0039_add_agent_description.py
hub/migrations/versions/0040_add_agent_default_permission_mode.py
hub/migrations/versions/0041_add_conversation_peer_binding.py
hub/migrations/versions/0042_add_worker_invocations.py
hub/migrations/versions/0043_add_run_snapshot_commit.py
hub/migrations/versions/0044_add_checkpoints.py
hub/migrations/versions/0045_add_checkpoint_notes.py
hub/migrations/versions/0046_add_checkpoint_policy.py
hub/migrations/versions/0047_queue_entry_checkpoint_origin.py
hub/migrations/versions/0048_add_checkpoint_access.py
hub/migrations/versions/0049_add_checkpoint_auto_continue.py
hub/migrations/versions/0050_add_conversation_checkpoint_warning.py
hub/migrations/versions/0051_add_queue_entry_spec_document.py
hub/migrations/versions/0052_add_task_transitions.py
hub/migrations/versions/0053_add_task_transition_agent.py
hub/migrations/versions/0054_add_run_task_binding.py
hub/migrations/versions/0055_add_queue_entry_task.py
hub/migrations/versions/0056_add_divergence_policy_and_origin.py
hub/migrations/versions/0057_add_run_divergences.py
hub/migrations/versions/0058_add_divergence_queue_origin.py
hub/migrations/versions/0059_add_blocked_reason_and_question_task.py
hub/migrations/versions/0060_add_conversation_task.py
hub/migrations/versions/0061_add_question_declined.py
hub/migrations/versions/0062_add_permission_request_dismissed.py
hub/migrations/versions/0063_unique_agent_name_per_project.py
hub/migrations/versions/0064_drop_project_spec_cache.py
hub/migrations/versions/0065_add_spec_documents.py
hub/migrations/versions/0066_add_spec_requirements.py
hub/migrations/versions/0067_add_task_requirement_links.py
hub/migrations/versions/0068_add_requirement_evidence.py
hub/migrations/versions/0069_add_spec_rigor.py
hub/migrations/versions/0070_add_task_integrations.py
hub/migrations/versions/0071_add_spec_declared_tasks.py
hub/migrations/versions/0072_add_queue_delivery_attempts.py
hub/migrations/versions/0073_add_conversation_sequence.py
hub/migrations/versions/0074_archive_and_capability_phase.py
hub/migrations/versions/0075_add_loops_and_traceability.py
hub/migrations/versions/0076_add_spec_edit_proposals.py
hub/schemas/__init__.py
hub/schemas/agents.py
hub/schemas/charters.py
hub/schemas/common.py
hub/schemas/fs_browse.py
hub/schemas/jobs.py
hub/schemas/logs.py
hub/schemas/messages.py
hub/schemas/model_catalog.py
hub/schemas/native_dialog.py
hub/schemas/questions.py
hub/schemas/runners.py
hub/schemas/tasks.py
hub/static/ui/index.html
hub/static/ui/ui-build-stamp.json
hub/static/ui/assets/dm-sans-latin-ext-wght-normal-BOFOeGcA.woff2
hub/static/ui/assets/dm-sans-latin-wght-normal-Xz1IZZA0.woff2
hub/static/ui/assets/index-Cmixj-ai.css
hub/static/ui/assets/index-DgWFoFA6.js
hub/static/ui/assets/jetbrains-mono-cyrillic-400-normal-BEIGL1Tu.woff2
hub/static/ui/assets/jetbrains-mono-cyrillic-400-normal-ugxPyKxw.woff
hub/static/ui/assets/jetbrains-mono-cyrillic-500-normal-DJqRU3vO.woff
hub/static/ui/assets/jetbrains-mono-cyrillic-500-normal-DmUKJPL_.woff2
hub/static/ui/assets/jetbrains-mono-greek-400-normal-B9oWc5Lo.woff
hub/static/ui/assets/jetbrains-mono-greek-400-normal-C190GLew.woff2
hub/static/ui/assets/jetbrains-mono-greek-500-normal-D7SFKleX.woff
hub/static/ui/assets/jetbrains-mono-greek-500-normal-JpySY46c.woff2
hub/static/ui/assets/jetbrains-mono-latin-400-normal-6-qcROiO.woff
hub/static/ui/assets/jetbrains-mono-latin-400-normal-V6pRDFza.woff2
hub/static/ui/assets/jetbrains-mono-latin-500-normal-BWZEU5yA.woff2
hub/static/ui/assets/jetbrains-mono-latin-500-normal-CJOVTJB7.woff
hub/static/ui/assets/jetbrains-mono-latin-ext-400-normal-Bc8Ftmh3.woff2
hub/static/ui/assets/jetbrains-mono-latin-ext-400-normal-fXTG6kC5.woff
hub/static/ui/assets/jetbrains-mono-latin-ext-500-normal-Cut-4mMH.woff2
hub/static/ui/assets/jetbrains-mono-latin-ext-500-normal-ckzbgY84.woff
hub/static/ui/assets/jetbrains-mono-vietnamese-400-normal-CqNFfHCs.woff
hub/static/ui/assets/jetbrains-mono-vietnamese-500-normal-DNRqzVM1.woff
tests/test_accounting_api.py
tests/test_accounting_budget.py
tests/test_accounting_model.py
tests/test_agent_actions_coordination.py
tests/test_agent_actions_governed.py
tests/test_agent_archival.py
tests/test_agent_capability_auth.py
tests/test_agent_chat.py
tests/test_agent_default_permission_mode.py
tests/test_agent_evidence_grant.py
tests/test_agent_evidence_plane.py
tests/test_agent_facing_text.py
tests/test_agent_message_routing.py
tests/test_agent_output_stream.py
tests/test_agent_tool_surface_phase7.py
tests/test_agent_trigger.py
tests/test_agent_trigger_overrides.py
tests/test_agent_waiting_settings.py
tests/test_agents.py
tests/test_agents_self_registered.py
tests/test_archived_send_refusal.py
tests/test_auth.py
tests/test_blocking_questions.py
tests/test_bola.py
tests/test_charter_context.py
tests/test_charters_api.py
tests/test_checkpoint_access.py
tests/test_checkpoint_configuration.py
tests/test_checkpoint_cutover.py
tests/test_checkpoint_generation.py
tests/test_checkpoint_notes.py
tests/test_checkpoint_policy.py
tests/test_checkpoint_record.py
tests/test_codex_appserver.py
tests/test_codex_appserver_process.py
tests/test_codex_appserver_run_turn.py
tests/test_context_usage.py
tests/test_context_usage_measurement.py
tests/test_conversation_archive.py
tests/test_conversation_archive_refusal.py
tests/test_conversation_attention.py
tests/test_conversation_contract.py
tests/test_conversation_origin.py
tests/test_conversation_task_binding.py
tests/test_conversation_titles.py
tests/test_conversations.py
tests/test_delivery_attempts.py
tests/test_docker_workspace_root.py
tests/test_evidence_footprint_root.py
tests/test_evidence_latest_review_signal.py
tests/test_evidence_restamp.py
tests/test_exploring_interview_medium.py
tests/test_failed_run_returns_input.py
tests/test_failure_reporting.py
tests/test_fs_browse.py
tests/test_inbound_queue.py
tests/test_instance_identity.py
tests/test_instructions.py
tests/test_jobs.py
tests/test_jobs_crud.py
tests/test_launchability.py
tests/test_lifespan_shutdown.py
tests/test_mcp_body_contract.py
tests/test_mcp_server.py
tests/test_mcp_server_stdio_surface.py
tests/test_mcp_tool_schemas.py
tests/test_messages.py
tests/test_migrations.py
tests/test_model_catalog.py
tests/test_model_catalog_api.py
tests/test_native_dialog.py
tests/test_operator_agent_creation.py
tests/test_operator_events.py
tests/test_operator_projects_api.py
tests/test_override_inheritance.py
tests/test_permission_approver.py
tests/test_permission_request_lifecycle.py
tests/test_project_delete_api.py
tests/test_project_lifecycle.py
tests/test_project_persistence.py
tests/test_project_scoped_runtime.py
tests/test_project_summary_live_state.py
tests/test_project_workspace.py
tests/test_project_workspace_unavailable.py
tests/test_pty_runner.py
tests/test_question_batch_delivery.py
tests/test_question_batches.py
tests/test_question_declined.py
tests/test_questions.py
tests/test_read_spec_document.py
tests/test_repo_hygiene.py
tests/test_requirement_coverage.py
tests/test_requirement_drift.py
tests/test_requirement_evidence.py
tests/test_requirement_gate.py
tests/test_requirement_links.py
tests/test_response_encoding.py
tests/test_run_divergence.py
tests/test_run_reconciliation.py
tests/test_run_task_binding.py
tests/test_runner_charter_models.py
tests/test_runner_command_env.py
tests/test_runner_command_overrides.py
tests/test_runner_parsing.py
tests/test_runners_api.py
tests/test_runtime_diagnostics.py
tests/test_scheduler.py
tests/test_session_sync.py
tests/test_setup.py
tests/test_spec.py
tests/test_spec_archive.py
tests/test_spec_authoring_restriction.py
tests/test_spec_board_task_convergence.py
tests/test_spec_capability_kind.py
tests/test_spec_completeness.py
tests/test_spec_declared_task_titles.py
tests/test_spec_declared_tasks.py
tests/test_spec_document_context.py
tests/test_spec_documents_api.py
tests/test_spec_edit_proposals.py
tests/test_spec_index.py
tests/test_spec_manifest.py
tests/test_spec_merge.py
tests/test_spec_naming.py
tests/test_spec_payload.py
tests/test_spec_procedure_precedence.py
tests/test_spec_reading.py
tests/test_spec_rename.py
tests/test_spec_render.py
tests/test_spec_turn_notice.py
tests/test_sse.py
tests/test_status.py
tests/test_task_blocked.py
tests/test_task_integration.py
tests/test_task_integration_retry.py
tests/test_task_rejected_evidence_signal.py
tests/test_task_requirement_ids_readable.py
tests/test_task_spec_document_context.py
tests/test_task_transition_service.py
tests/test_task_transitions.py
tests/test_task_transitions_api.py
tests/test_tasks.py
tests/test_title_generation.py
tests/test_tool_surface_matches_server.py
tests/test_ui_build_stamp.py
tests/test_ui_staleness.py
tests/test_unasked_question.py
tests/test_unasked_question_backstop.py
tests/test_version.py
tests/test_worker.py
tests/test_workspace_paths.py
tests/test_workspace_posture_context.py
tests/test_worktrees.py