I built an agent framework where the agent is just one file
Summary
The Looped Agent Framework is an open-source tool for building and deploying single-purpose AI agents with a single config file, secure permissions, and Docker-native deployment.
Similar Articles
Been building a multi-agent framework in public for 7 weeks, its been a Journey.
AIPass is a local CLI multi-agent framework that gives AI agents persistent identity, shared filesystem access, and inter-agent messaging without sandboxes, built solo in public over 7 weeks with 4k+ tests and 400+ PRs.
tired of rebuilding my agent every time I switch frameworks, so I’m building a fix
Uniqent is an open-source tool that lets you export an AI agent's memory, persona, and MCP setup as a single file, enabling one-click installation across different frameworks like OpenClaw and Hermes. It's in early development and seeking contributors on GitHub.
We open-sourced an agent runtime built for the part everyone skips: running agents on real hardware, offline
An open-source agent runtime designed for running AI agents on real hardware, offline, with hardware I/O support and a visual builder, supporting multi-provider LLMs and on-device RAG.
Your agent is only as good as its harness. I open-sourced one with 40 capabilities behind a single function call
An open-source agent harness with 40 capabilities behind a single function call, including persistent memory, Docker sandbox, auto-summarization, stuck-loop detection, budget caps, and live run forking for branching agent execution. Built on Pydantic AI and designed to replace the 2000 lines of glue code every production agent needs.
Agents are meant to be shared, but existing tooling is not fit for purpose
The author discusses the difficulty of sharing AI agent workflows across teams and introduces Nairi, a tool for deploying Claude Code-backed agents in Slack with shared access.