innate-ai
Self-growing procedural knowledge layer for AI agents.
Install
pip install innate-ai
The platform binary is downloaded automatically during installation. On first use it will download if the wheel didn't include it.
Usage
innate install # configure agents (Claude Code, Codex, opencode)
innate recall "query" # search knowledge base
innate record <trace_id> # close a trace
innate add "content" --kind note # add a knowledge chunk
innate evolve # distill + curate
innate inspect # health check
innate mcp # start MCP server (stdio)
Or use as a Python module:
python -m innate_cli recall "query"
Python API
The package also exposes a subprocess wrapper for use from Python:
from innate_cli import find_binary
import subprocess
binary = find_binary()
result = subprocess.run([str(binary), "recall", "your query"], capture_output=True, text=True)
print(result.stdout)
Environment variables
| Variable | Description |
|---|---|
INNATE_DB |
Path to knowledge base (default: ~/.innate/personal.db) |
INNATE_SKIP_DOWNLOAD |
Skip binary download during pip install |
NO_COLOR |
Disable color output |
Platform support
| Platform | Architecture | Support |
|---|---|---|
| Linux | x86_64 | ✓ |
| Linux | aarch64 | ✓ |
| macOS | x86_64 | ✓ |
| macOS | arm64 (Apple Silicon) | ✓ |
| Windows | x86_64 | ✓ |
Links
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
innate_ai-0.1.20.tar.gz
(4.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file innate_ai-0.1.20.tar.gz.
File metadata
- Download URL: innate_ai-0.1.20.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.17.0 {"ci":true,"cpu":"x86_64","distro":{"id":"noble","libc":{"lib":"glibc","version":"2.39"},"name":"Ubuntu","version":"24.04"},"implementation":{"name":"CPython","version":"3.11.15"},"installer":{"name":"hatch","version":"1.17.0"},"openssl_version":"OpenSSL 3.0.13 30 Jan 2024","python":"3.11.15","system":{"name":"Linux","release":"6.17.0-1018-azure"}} HTTPX2/2.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
243d3c31b61b64da7fe43ac54ce0e654818a1172de03614ada3a360a1f13a9f5
|
|
| MD5 |
3cc749b356ae182193cb8791867e7ecc
|
|
| BLAKE2b-256 |
b1ca6349348a8e3793c1bb5705cfbd7fe7f2431eb29395a297787613bdf118a9
|
File details
Details for the file innate_ai-0.1.20-py3-none-any.whl.
File metadata
- Download URL: innate_ai-0.1.20-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.17.0 {"ci":true,"cpu":"x86_64","distro":{"id":"noble","libc":{"lib":"glibc","version":"2.39"},"name":"Ubuntu","version":"24.04"},"implementation":{"name":"CPython","version":"3.11.15"},"installer":{"name":"hatch","version":"1.17.0"},"openssl_version":"OpenSSL 3.0.13 30 Jan 2024","python":"3.11.15","system":{"name":"Linux","release":"6.17.0-1018-azure"}} HTTPX2/2.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b97a85677c8f5fc7b71939dd44c2a00a57e2a7d3b0abfd6371e3e540356bcf12
|
|
| MD5 |
16f46697f2d13c52f7b6672a47eb9cf7
|
|
| BLAKE2b-256 |
f275e63b0d1ac43160d58b8fc8c0f2122c2dc92bf79330a596709208c1a93d7a
|