overview
What is agent-afk?
agent-afk is an open-source AI agent runtime developed by its community that enables developers and teams to automate multi-step coding tasks without constant human supervision. It emphasizes safety, verifiability, and user ownership of the agent's behavior through customizable loops and trace history. Functioning as a local AI agent runner, agent-afk provides interfaces via a command-line interface (CLI), an interactive REPL, a daemon for long-running tasks, and a Telegram bot for mobile supervision. All interfaces share the same context, memory, and tools, facilitating consistent agent operation across different interaction points. The project is released under an Apache-2.0 license, requiring Node.js version 20 or higher for installation and operation.
