Skip to content
Alternatives
Software like Agent Kernel
What else does this job. Matched on what each project does, not on who links to whom.
Closest first
- agent-kernelagent-kernel.devagent-kernel provides a method for creating stateful AI agents using only three markdown files and a git repository. It enables agents to retain memory between sessions, take notes, and build on previous work without requiring a separate framework or database. md files as project instructions, such as OpenCode, Claude Code, Codex, and Cursor, among others. md indexes knowledge files. Additional directories include knowledge/, which holds mutable facts about the current state of the world, and notes/, which contains append-only daily session logs. This structure allows agents to update facts as reality changes and maintain a narrative of decisions and actions taken during each session. Each agent operates in its own repository, making it possible to manage multiple agents with distinct identities and knowledge bases using the same kernel. To use agent-kernel, users clone the repository, start their coding agent within the cloned directory, and interact with the agent, which will prompt for its identity and remember information provided. The tool does not require a database or additional infrastructure, as all state and memory are managed through the markdown files and git. For those seeking additional features such as integration with Telegram, Slack, and daemon mode, a separate runtime called kern-ai is available and built specifically for agent-kernel, supporting multiple channels and user management. agent-kernel is positioned as a tool for developers or users who wish to create and manage AI agents with persistent memory using a lightweight, file-based approach.
- akernel-runtimegithub.comAgent Kernel: a CLI-first context-native agent runtime prototype.
- AgentOSpypi.orgAgentOS is an open-source Python microkernel runtime for building and running autonomous agents. It features MCP-native tools and supports multi-channel messaging, enabling developers to orchestrate complex agent workflows. Designed for Python developers working on agent-based systems.
- AI Agentaiagent.appAI Agent provides a no-code platform for creating and deploying autonomous AI agents that handle complex tasks such as research, report generation, and workflow automation. Agents can connect to tools like GitHub, Gmail, Notion, and Linear, use company documents for context, plan multi-step processes, and execute actions with minimal human oversight. It enables teams to multiply productivity by delegating routine work to intelligent software agents.
- AgentBreederagentbreeder.ioAgentBreeder is a tool for defining AI agents in a portable YAML file and deploying them across local and cloud targets. Its own documentation frames it around three core actions: build agents, deploy anywhere, and govern automatically. The same configuration is intended to work with any framework and any cloud, with governance, RBAC, cost tracking, and an audit trail applied automatically on every deploy. The system includes a versioned and cached prompts layer, a hybrid RAG setup with vector and graph search, and support for A2A agent-to-agent communication over JSON-RPC with authentication. It also mentions an MCP capability with auto-discovered tools and a shared organization registry for prompts, tools, knowledge bases, and MCP servers. A deployment shown in the docs uses a single agent.yaml file and a terminal command, and the output indicates validation, building, deploying, prompt caching, RAG indexing, and MCP wiring. AgentBreeder lists support for LangGraph, CrewAI, Claude SDK, Google ADK, OpenAI Agents, and custom agents. It also describes multiple deployment targets, including Local Docker Compose, AWS ECS Fargate, GCP Cloud Run, Azure Container Apps, App Runner, and Kubernetes. The page says business users can drag and drop, engineers can write YAML, and researchers can use the full SDK, with all three paths compiling to the same pipeline and governance model. It is delivered as a Python package installable with pip3, and the documentation presents it as open source on GitHub. The product is described as having an 8-step atomic deployment pipeline with all-or-nothing behavior and no partial deploys. A separate note says AgentBreeder Cloud is coming, with managed infrastructure, zero DevOps, and automatic governance. The entry also shows a brief example configuration that includes a name, version, team, framework, model settings, and a local runtime setting.
- backend.ai-kernelpypi.orgbackend.ai-kernel is an open-source CLI tool for managing and running AI kernels within Backend.AI environments. It provides developers with command-line access to kernel operations, supporting efficient AI workflow management and task execution.
Ranked by how close each one sits to Agent Kernel in the index, not by popularity. Back to Agent Kernel →