Commit Graph

10 Commits

Author SHA1 Message Date
Luis Esteban Acevedo Ladino 33fd348a78 ft: transcription tool exposed to the agent using deepgram servie 2026-05-02 11:32:28 -05:00
Luis Esteban Acevedo Ladino cea87833e4 fix: make plan approval an inline chat card 2026-05-01 19:03:47 -05:00
Luis Esteban Acevedo Ladino 3e912159e1 fix: require plan approval before complex edits 2026-05-01 17:53:57 -05:00
Luis Esteban Acevedo Ladino e588993706 feat: add plan mode with read-only analysis, user approval, and structured execution
Introduces a plan/execute mode system for the AI agent. In plan mode the
agent is read-only — it analyzes footage, asks clarifying questions, and
submits a structured step-by-step plan. The user reviews and approves
before the agent switches to execute mode to apply edits.

New tools: submit_plan, ask_user, request_plan_approval, update_plan_step.
UI: plan panel checklist, mode transition modal, question prompt with
options, and Enter/Shift+Enter mode toggle in chat input.
2026-04-30 12:45:19 -05:00
Luis Esteban Acevedo Ladino effdc28237 feat: add agent skills system with list_skills and load_skill tools
Adds a skill discovery and loading system that lets the LLM agent
autonomously find and follow pre-built editing recipes. Skills are
exposed as two new tools: list_skills (search/discover) and load_skill
(get full instructions).

Built-in skills:
- viral-short: high-retention TikTok/Reels/Shorts workflow with hook,
  retention cuts, zoom effects, captions, and CTA
- pitch-video: professional pitch/explainer with 5-act structure
  (opening, problem, solution, metrics, CTA)
2026-04-28 08:40:37 -05:00
Luis Esteban Acevedo Ladino 490b8011e9 big things 2026-04-25 11:35:34 -05:00
Luis Esteban Acevedo Ladino 1ac3d49562 ft: load context 2026-04-24 14:45:41 -05:00
Luis Esteban Acevedo Ladino 17eaaaf73e feat: add native gemini provider 2026-04-24 07:25:04 -05:00
Luis Esteban Acevedo Ladino 558b9e1186 feat: add provider-agnostic llm agent core 2026-04-23 18:55:30 -05:00
Luis Esteban Acevedo Ladino a93c45586b feat: add conversational agent infrastructure shell 2026-04-23 07:52:25 -05:00