AgentBIOS
The Basic Input/Output System (BIOS) for AI Agents
Standardizing the I/O interface between LLMs and external tools.
What is AgentBIOS?
Just as a computer's BIOS provides the fundamental layer between hardware and the operating system, AgentBIOS provides the fundamental layer between AI Agents (LLMs) and the external world — tools, APIs, memory, and other agents.
AgentBIOS is an open framework for defining, discovering, and invoking the core I/O primitives that every AI agent needs:
- Tool Registration & Discovery — A standard protocol for agents to find and bind to tools at runtime.
- Unified I/O Interface — A consistent contract for how data flows in and out of agent actions, regardless of the underlying provider.
- Memory & State Management — Primitives for agents to persist and retrieve context across sessions.
- Inter-Agent Communication — A standard bus for agents to collaborate and delegate tasks.
Status
This project is in the early planning and design phase. The v0.0.1 release is a namespace placeholder. Active development is underway.
Installation
pip install agentbios
npm install agentbios
License
Release files for agentbios 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agentbios-0.0.3.tar.gz | 5.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agentbios-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.9 kB
Release files / agentbios-0.0.3.tar.gz
| Download URL | agentbios-0.0.3.tar.gz |
|---|---|
| Size | 5.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5221a58abf5e3319c1b00061d66d925674908e9a942218efd298b695ccb0b6c8
|
|
BLAKE2b-256 checksum How to use checksums |
891f41d167a951b8ac36f8378fa5d7213f11bbb3d9dd5d148c75abc7d2c4ded4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|
Release files / agentbios-0.0.3-py3-none-any.whl
| Download URL | agentbios-0.0.3-py3-none-any.whl |
|---|---|
| Size | 6.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
843b0c58725564ff38a2c9be62a626dd44e95317ac898528d2a17223296e8e7d
|
|
BLAKE2b-256 checksum How to use checksums |
d7ab0d96916c79c571cf8152fd0295b30ad585d14e5298ea4f74e9f906a8e33e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|