README.md
pyproject.toml
devops_bot_sdk.egg-info/PKG-INFO
devops_bot_sdk.egg-info/SOURCES.txt
devops_bot_sdk.egg-info/dependency_links.txt
devops_bot_sdk.egg-info/entry_points.txt
devops_bot_sdk.egg-info/requires.txt
devops_bot_sdk.egg-info/top_level.txt
sdk/__init__.py
sdk/agentd.py
sdk/browser_profile.py
sdk/cli.py
sdk/client.py
sdk/config.py
sdk/crucial.py
sdk/departments.py
sdk/estimator.py
sdk/exceptions.py
sdk/formats.py
sdk/git_ops.py
sdk/github_ingest.py
sdk/graph_recon.py
sdk/graphify.py
sdk/intake.py
sdk/journal.py
sdk/local_exec.py
sdk/phase_timer.py
sdk/plan_run.py
sdk/platform_compat.py
sdk/prd_progress.py
sdk/proof_readers.py
sdk/providers.py
sdk/py.typed
sdk/resume.py
sdk/router.py
sdk/run_auto.py
sdk/scheduler.py
sdk/self_report.py
sdk/self_report_local.py
sdk/sse.py
sdk/task_file.py
sdk/task_types.py
sdk/test.py
sdk/test_pipeline.py
sdk/ticket_fields.py
sdk/updater.py
sdk/url_access.py
sdk/vps_health.py
sdk/write_hook.py
sdk/agents/__init__.py
sdk/agents/activity.py
sdk/agents/builder.py
sdk/agents/chat.py
sdk/agents/connectors.py
sdk/agents/integrations.py
sdk/agents/inventory.py
sdk/agents/manifest.py
sdk/agents/prompt_studio.py
sdk/agents/prompt_template.py
sdk/agents/prompt_vars.py
sdk/agents/run_log.py
sdk/agents/schedules.py
sdk/agents/secrets.py
sdk/agents/ticket_run.py
sdk/agents/usage.py
sdk/agents/varstore.py
sdk/agents/engines/__init__.py
sdk/agents/engines/claude_code.py
sdk/agents/engines/http.py
sdk/agents/engines/mcp.py
sdk/agents/engines/n8n.py
sdk/agents/engines/shell.py
sdk/agents/library/__init__.py
sdk/collectors/__init__.py
sdk/collectors/files.py
sdk/collectors/process.py
sdk/collectors/screenshot.py
sdk/design_verify/__init__.py
sdk/design_verify/assets.py
sdk/design_verify/bootstrap.py
sdk/design_verify/browser.py
sdk/design_verify/compare.py
sdk/design_verify/loop.py
sdk/hooks/__init__.py
sdk/hooks/crucial_guard.py
sdk/ipc/__init__.py
sdk/ipc/electron_bridge.py
sdk/ipc/handlers.py
sdk/models/__init__.py
sdk/models/envelope.py
sdk/models/requests.py
sdk/models/responses.py
sdk/models/snapshots.py
sdk/tiers/__init__.py
sdk/tiers/mini_agent.py
sdk/ui/__init__.py
sdk/ui/api.py
sdk/ui/dashboard.py
sdk/ui/health.py
sdk/ui/ip_allowlist.py
sdk/ui/jobs.py
sdk/ui/models.py
sdk/ui/runner.py
sdk/ui/security.py
sdk/ui/server.py
sdk/ui/service.py
sdk/ui/session.py
sdk/ui/setup_manager.py
sdk/ui/static/agents.html
sdk/ui/static/app.js
sdk/ui/static/chat.html
sdk/ui/static/custom-agents.html
sdk/ui/static/default-agents.html
sdk/ui/static/index.html
sdk/ui/static/login.html
sdk/ui/static/report.html
sdk/ui/static/runs.html
sdk/ui/static/schedules.html
sdk/ui/static/setup.html
sdk/ui/static/styles.css
sdk/ui/static/tickets.html
tests/test_agent_activity.py
tests/test_agent_activity_tracking.py
tests/test_agent_chat_features.py
tests/test_agent_listing.py
tests/test_agent_prompt_async.py
tests/test_agent_prompt_models.py
tests/test_agent_run_ticket.py
tests/test_agent_schedules.py
tests/test_agent_workspace_settings.py
tests/test_agents_connectors_builder.py
tests/test_allowed_tools_config.py
tests/test_auto_agent_dispatch.py
tests/test_browser_profile.py
tests/test_cheap_tier.py
tests/test_client_jira_projects.py
tests/test_config_token_diagnostics.py
tests/test_configure_token_owner.py
tests/test_console_encoding.py
tests/test_departments.py
tests/test_epic_decompose_run.py
tests/test_epic_inherited_agent_id.py
tests/test_epic_session_isolation.py
tests/test_estimator.py
tests/test_formats.py
tests/test_git_action.py
tests/test_github_ingest.py
tests/test_graph_recon.py
tests/test_graphify_build.py
tests/test_graphify_hook_install.py
tests/test_health.py
tests/test_intake_plan_review.py
tests/test_journal.py
tests/test_local_exec_provider.py
tests/test_otp_login.py
tests/test_phase_timer.py
tests/test_plan_new_command.py
tests/test_plan_run_activity.py
tests/test_prd_artifact.py
tests/test_proof_readers.py
tests/test_providers.py
tests/test_recon_session_isolation.py
tests/test_resume.py
tests/test_router.py
tests/test_run_auto_agent_only.py
tests/test_run_outputs.py
tests/test_schedule_api.py
tests/test_scheduler.py
tests/test_self_report.py
tests/test_service_token_warning.py
tests/test_task_file_and_plan_run.py
tests/test_task_file_format_doc.py
tests/test_ticket_fields.py
tests/test_ticket_run_resolve_by_id.py
tests/test_ticket_speed_fixes.py
tests/test_tier_flag_parity.py
tests/test_update_timer.py
tests/test_updater_extras.py
tests/test_url_access.py
tests/test_vps_health.py
tests/test_write_hook.py