LICENSE
README.md
pyproject.toml
blueprint_core/__init__.py
blueprint_core/_version.py
blueprint_core/clarifying_questions.py
blueprint_core/continuous_agents.py
blueprint_core/continuous_openai_jobs.py
blueprint_core/database.py
blueprint_core/debug.py
blueprint_core/external_sources.py
blueprint_core/generation.py
blueprint_core/huggingface_artifacts.py
blueprint_core/image_providers.py
blueprint_core/images.py
blueprint_core/iteration.py
blueprint_core/job_source_usage.py
blueprint_core/llm.py
blueprint_core/llm_providers.py
blueprint_core/logs.py
blueprint_core/models.py
blueprint_core/observability.py
blueprint_core/openai_streams.py
blueprint_core/pipeline.py
blueprint_core/project_objects.py
blueprint_core/prompt_compaction.py
blueprint_core/prompt_continuity.py
blueprint_core/py.typed
blueprint_core/runtime.py
blueprint_core/runtime_config.py
blueprint_core/selectors.py
blueprint_core/terminal_dashboard.py
blueprint_core/terminal_images.py
blueprint_core/user_integrations.py
blueprint_core/utils.py
blueprint_core/validation.py
blueprint_core/video_prompts.py
blueprint_core/video_review.py
blueprint_core/agents/__init__.py
blueprint_core/agents/firecrawl_mcp.py
blueprint_core/agents/orchestrator.py
blueprint_core/agents/web_research_workflow.py
blueprint_core/agents/workflows.py
blueprint_core/providers/__init__.py
blueprint_core/providers/base.py
blueprint_core/providers/models.py
blueprint_core/providers/openai.py
blueprint_core/providers/openai_compatible.py
blueprint_core/providers/registry.py
blueprint_core/providers/registry_utils.py
caid_blueprint_core.egg-info/PKG-INFO
caid_blueprint_core.egg-info/SOURCES.txt
caid_blueprint_core.egg-info/dependency_links.txt
caid_blueprint_core.egg-info/requires.txt
caid_blueprint_core.egg-info/top_level.txt
tests/test_async_glm_openai_example.py
tests/test_benchmarks.py
tests/test_clarifying_questions.py
tests/test_continuous_agents.py
tests/test_core_package.py
tests/test_database_schema_drift.py
tests/test_debug_mode.py
tests/test_external_sources.py
tests/test_huggingface_artifacts.py
tests/test_image_providers.py
tests/test_job_progress.py
tests/test_llm_runtime.py
tests/test_logs.py
tests/test_openai_streams.py
tests/test_pipeline.py
tests/test_project_iteration.py
tests/test_prompt_continuity.py
tests/test_providers.py
tests/test_sample_async_script.py
tests/test_sample_script.py
tests/test_smoke_script.py
tests/test_terminal_dashboard_script.py
tests/test_terminal_images.py
tests/test_user_integrations.py
tests/test_validation_models.py
tests/test_video_prompts.py