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/lattice.py
blueprint_core/lattice_agents.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/persistence/__init__.py
blueprint_core/persistence/base.py
blueprint_core/persistence/migrations.py
blueprint_core/persistence/models.py
blueprint_core/persistence/schema.py
blueprint_core/persistence/providers/__init__.py
blueprint_core/persistence/providers/sqlite.py
blueprint_core/persistence/providers/supabase.py
blueprint_core/persistence/repositories/__init__.py
blueprint_core/persistence/repositories/base.py
blueprint_core/persistence/repositories/jobs.py
blueprint_core/persistence/repositories/sqlite.py
blueprint_core/persistence/repositories/supabase.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/entry_points.txt
caid_blueprint_core.egg-info/requires.txt
caid_blueprint_core.egg-info/top_level.txt
fabricator/__init__.py
fabricator/__main__.py
fabricator/main.py
fabricator/py.typed
tests/test_a2a_image_logging.py
tests/test_a2a_user_integrations.py
tests/test_api_error_visibility.py
tests/test_async_glm_openai_example.py
tests/test_auth_mode.py
tests/test_benchmarks.py
tests/test_clarifying_questions.py
tests/test_continuous_agents.py
tests/test_core_package.py
tests/test_database_config.py
tests/test_database_schema_drift.py
tests/test_debug_mode.py
tests/test_external_sources.py
tests/test_fabricator_cli.py
tests/test_huggingface_artifacts.py
tests/test_image_providers.py
tests/test_image_storage.py
tests/test_job_progress.py
tests/test_lattice.py
tests/test_llm_runtime.py
tests/test_logs.py
tests/test_openai_streams.py
tests/test_persistence.py
tests/test_pipeline.py
tests/test_project_access.py
tests/test_project_iteration.py
tests/test_project_summary.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_structured_repair.py
tests/test_terminal_dashboard_script.py
tests/test_terminal_images.py
tests/test_user_context.py
tests/test_user_integrations.py
tests/test_user_integrations_api.py
tests/test_user_settings_api.py
tests/test_validation_models.py
tests/test_video_prompts.py
tests/test_video_storage.py