FLUWS + OTRO AGENTE
Any agent with fluws
Connect any AI agent — Windsurf, Aider, Goose, Cline, Gemini CLI — in one paste via AGENTS.md and fluws context.
Why use fluws with Otro agente
fluws is shared Markdown memory for AI coding agents. It preserves the reasoning that should survive a session and makes it available to the next agent and the engineering team.
- Any slug works — no code deploy needed to add a new agent.
- One paste wires the project: keys set + init writes AGENTS.md.
- Use AGENTS.md as fallback when the client has no session hook.
Connect Otro agente
Create a key in Settings with any slug (ej: windsurf), then run fluws keys set windsurf --key <key> && fluws init --agent windsurf. Any agent that can run a shell command can use fluws context --agent windsurf --task "..."; the universal AGENTS.md block is enough.
Start with context
Ask fluws for the project knowledge relevant to the actual task before making assumptions:
fluws context --agent generic --task "the real task" --project "project-name"
Read the full documentation · Create a free workspace · Learn about fluws