Metadata-Version: 2.4
Name: agentbios
Version: 0.0.3
Summary: The Basic Input/Output System (BIOS) for AI Agents.
Project-URL: Homepage, https://github.com/AgentBIOS
Project-URL: Repository, https://github.com/AgentBIOS/core
Project-URL: Issues, https://github.com/AgentBIOS/core/issues
License: Apache-2.0
License-File: LICENSE
Keywords: agents,ai,bios,interface,llm,tools
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# 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

```bash
pip install agentbios
```

```bash
npm install agentbios
```

## License

[Apache-2.0](LICENSE)
