FLUWS + KIMI
Kimi memory with fluws
Give Kimi access to shared Markdown memory via the fluws CLI and the AGENTS.md cycle.
Why use fluws with Kimi
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.
- The workspace is selected by the API key stored in the keystore.
- Use revalidate to mark knowledge confirmed or stale with evidence.
Connect Kimi
Kimi has no session hook. Create an API key in Settings, store it with fluws keys set kimi --key , then run fluws init --agent kimi to write the AGENTS.md cycle block. Kimi queries memory via fluws context.
Start with context
Ask fluws for the project knowledge relevant to the actual task before making assumptions:
fluws context --agent kimi --task "the real task" --project "project-name"
Read the full documentation · Create a free workspace · Learn about fluws