README.md
pyproject.toml
fastpluggy_brain.egg-info/PKG-INFO
fastpluggy_brain.egg-info/SOURCES.txt
fastpluggy_brain.egg-info/dependency_links.txt
fastpluggy_brain.egg-info/entry_points.txt
fastpluggy_brain.egg-info/requires.txt
fastpluggy_brain.egg-info/top_level.txt
src/__init__.py
src/activity.py
src/backlog_drain.py
src/capture_render.py
src/capture_staging.py
src/capture_store.py
src/capture_transport.py
src/classify.py
src/config.py
src/consolidate.py
src/cortex.py
src/dedup.py
src/digest.py
src/embeddings.py
src/exif.py
src/extractions.py
src/frame_ocr.py
src/graph.py
src/graph_llm.py
src/ig_session.py
src/ingest.py
src/kb_capture.py
src/kb_captures.py
src/kb_fate.py
src/kb_health.py
src/kb_inbox_cleanup.py
src/kb_index.py
src/kb_inventory.py
src/kb_read.py
src/kb_scheduler.py
src/kb_urls.py
src/kb_webhook.py
src/llm.py
src/maintenance.py
src/makerworld.py
src/mcp_server.py
src/migrations.py
src/models.py
src/notes.py
src/pgvector_guard.py
src/platforms.py
src/plugin.py
src/process.py
src/proposals.py
src/reflection_contradiction.py
src/reflection_dedup.py
src/reflection_scoring.py
src/runs.py
src/schemas.py
src/search.py
src/state_file.py
src/static_video.py
src/think.py
src/tool_registry.py
src/topic_colors.py
src/triage_assist.py
src/turn.py
src/unified_search.py
src/url_render.py
src/url_routing.py
src/voice.py
src/routers/__init__.py
src/routers/_shared.py
src/routers/activity_router.py
src/routers/api_router.py
src/routers/ask_router.py
src/routers/capture_router.py
src/routers/graph_router.py
src/routers/home_router.py
src/routers/kb_router.py
src/routers/maintenance_router.py
src/routers/notes_router.py
src/routers/proposals_router.py
src/routers/shares_router.py
src/routers/ui_router.py
src/static/js/components/active-now-badge.js
src/static/js/components/activity-ticker.js
src/static/js/components/ask-answer.js
src/static/js/components/connection-banner.js
src/static/js/components/job-card.js
src/static/js/components/mic-button.js
src/static/js/components/tts-button.js
src/static/js/lib/api.js
src/static/js/lib/graph-model.js
src/static/js/lib/sse.js
src/static/js/lib/stores.js
src/static/js/pages/activity.js
src/static/js/pages/ask.js
src/static/js/pages/capture.js
src/static/js/pages/cortex.js
src/static/js/pages/graph.js
src/static/vendor/VENDOR.md
src/static/vendor/cytoscape/cytoscape.esm.min.mjs
src/static/vendor/preact/hooks.mjs
src/static/vendor/preact/htm.mjs
src/static/vendor/preact/preact.mjs
src/static/vendor/preact/signals-core.mjs
src/static/vendor/preact/signals.mjs
src/tasks/__init__.py
src/tasks/_worker.py
src/tasks/dispatch.py
src/tasks/instagram.py
src/tasks/pipeline.py
src/tasks/process_shared.py
src/templates/_ask_answer.html.j2
src/templates/_importmap.html.j2
src/templates/_mic_styles.html.j2
src/templates/activity.html.j2
src/templates/ask.html.j2
src/templates/capture.html.j2
src/templates/capture_review.html.j2
src/templates/captures_list.html.j2
src/templates/cortex.html.j2
src/templates/graph.html.j2
src/templates/kb_breadcrumb.html.j2
src/templates/kb_browse.html.j2
src/templates/kb_connexions.html.j2
src/templates/kb_doc.html.j2
src/templates/kb_health.html.j2
src/templates/kb_search.html.j2
src/templates/maintenance.html.j2
src/templates/notes.html.j2
src/templates/proposals_list.html.j2
src/templates/share_detail.html.j2
src/templates/shares_list.html.j2
src/templates/runs/_default.html.j2
src/templates/runs/consolidate.html.j2
src/templates/runs/exif.html.j2
src/templates/runs/gallerydl.html.j2
src/templates/runs/kb_capture.html.j2
src/templates/runs/llm.html.j2
src/templates/runs/ocr.html.j2
src/templates/runs/staticvideo.html.j2
src/templates/runs/ytdlp.html.j2
tests/test_activity.py
tests/test_activity_routes.py
tests/test_ask_voice_routes.py
tests/test_backlog_drain.py
tests/test_capture_review_routes.py
tests/test_capture_routes.py
tests/test_capture_staging.py
tests/test_capture_store.py
tests/test_classify.py
tests/test_consolidate.py
tests/test_cortex.py
tests/test_dedup.py
tests/test_dedup_and_x_fulltext.py
tests/test_digest.py
tests/test_dispatch.py
tests/test_embeddings.py
tests/test_exif.py
tests/test_extractions.py
tests/test_frame_ocr.py
tests/test_gallerydl.py
tests/test_graph.py
tests/test_graph_llm.py
tests/test_graph_overview.py
tests/test_graph_routes.py
tests/test_graph_topics.py
tests/test_home_routes.py
tests/test_ig_cookie_fallback.py
tests/test_ig_session.py
tests/test_ingest.py
tests/test_instagram_url.py
tests/test_kb_capture.py
tests/test_kb_capture_clone.py
tests/test_kb_captures.py
tests/test_kb_fate.py
tests/test_kb_health.py
tests/test_kb_inbox_cleanup.py
tests/test_kb_index.py
tests/test_kb_inventory.py
tests/test_kb_read.py
tests/test_kb_routes.py
tests/test_kb_scheduler.py
tests/test_kb_urls.py
tests/test_kb_webhook.py
tests/test_kb_webhook_routes.py
tests/test_llm.py
tests/test_maintenance.py
tests/test_makerworld.py
tests/test_mcp_routes.py
tests/test_mcp_server.py
tests/test_migrations.py
tests/test_mr_tool_status.py
tests/test_notes.py
tests/test_notes_retrieval.py
tests/test_notes_routes.py
tests/test_ocr_drop.py
tests/test_pgvector_guard.py
tests/test_pipeline_45.py
tests/test_pipeline_helpers_45.py
tests/test_platforms.py
tests/test_process.py
tests/test_process_shared.py
tests/test_proposals.py
tests/test_proposals_routes.py
tests/test_raw_fetched.py
tests/test_reflection_contradiction.py
tests/test_reflection_dedup.py
tests/test_reflection_scoring.py
tests/test_run_tool.py
tests/test_runs.py
tests/test_search.py
tests/test_share_upload_routes.py
tests/test_state_file.py
tests/test_static_video.py
tests/test_tasks_worker.py
tests/test_think.py
tests/test_tool_registry.py
tests/test_topic_colors.py
tests/test_triage_assist.py
tests/test_turn.py
tests/test_ui_routes.py
tests/test_unified_search.py
tests/test_url_render.py
tests/test_url_routing.py
tests/test_voice.py
tests/test_x_anonymous_block.py