← Back to all bundles
agent-core — OKF Bundle for AI Agents
DraftReusable Python module: versioned memory, skills, evidence, and attention states for AI agents. OKF-native knowledge bundles.
Best for
- AI agent development
What it does
- Reusable Python module: versioned memory, skills, evidence, and attention states for AI agents.
- OKF-native knowledge bundles..
How to use with AI agents
Step 1: Clone the repository
git clone https://github.com/timoshinoleg-eng/agent-core
cd agent-core Step 2: Point your AI agent at the bundle directory
# Claude Code
claude /path/to/agent-core # Cursor
cursor /path/to/agent-core # OpenCode
opencode /path/to/agent-core Frequently Asked Questions
Is agent-core OKF conformant?
No, agent-core is currently marked as a draft bundle. It may not fully follow the OKF specification yet.
How do I install agent-core?
Clone the repository and point your AI agent at the bundle directory. The agent will automatically discover and load the OKF knowledge. No additional tools or SDKs are required.
What AI agents can use agent-core?
agent-core works with any AI agent that supports OKF bundles, including Claude Code, Cursor, OpenCode. Just point your agent at the bundle directory.