Flowly is a full agent, not just a chat box. These features work together across every channel β one shared memory, one set of skills, one set of tools.
Knowledge & memory
- Skills β drop-in Markdown recipes the agent loads on demand, including skills created from
/learn. - Skill bundles β group skills under a single
/slug. - Memory β durable, self-maintaining notes plus a searchable index; it learns across sessions ("dreaming") and queues uncertain facts for your review.
- Knowledge graph β a temporal store of entities and facts.
Automation
- Board β a cross-channel task board the agent runs, sequentially or in parallel.
- Cron β schedule any prompt to run on a timer.
- Heartbeat β a recurring self-check that lets the agent act on its own between messages.
- Delegation β spawn subagents and multi-agent teams for parallel work.
- Codex runtime β hand a coding turn to OpenAI's Codex app-server.
Interfaces
- Voice β phone calls over Twilio with speech-to-text and text-to-speech.
- Browser β drive your real Chrome through the Flowly extension.
- Computer use β control the macOS desktop via Accessibility.
- Meeting coach β live, in-meeting assistance.
Media
- Image generation β text-to-image (FLUX, Stable Diffusion, Recraft, Ideogram); the picture rides the assistant's reply on every channel.
- Artifacts β render HTML, SVG, Markdown, charts, and forms the agent creates.
Extend
- Plugins β add custom tools, hooks, slash commands, and channels.
- MCP β connect external Model Context Protocol servers, or run Flowly as one.