Skip to main content

Self-growing procedural knowledge layer for AI agents

Project description

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

Project details


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.3.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

innate_ai-0.1.3-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file innate_ai-0.1.3.tar.gz.

File metadata

  • Download URL: innate_ai-0.1.3.tar.gz
  • Upload date:
  • Size: 4.4 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-1015-azure"}} HTTPX2/2.4.0

File hashes

Hashes for innate_ai-0.1.3.tar.gz
Algorithm Hash digest
SHA256 59efc9ccff3bbc065b4294991a033286aaaa1039a8ed4dbed6fcdd62ce6afc0a
MD5 b97fb89c40f38f01fd34367d32ed77ef
BLAKE2b-256 4df713c77af1d4496c27a80169c2d00a827b5bd7c006c05c3b907f5a5d08d01d

See more details on using hashes here.

File details

Details for the file innate_ai-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: innate_ai-0.1.3-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-1015-azure"}} HTTPX2/2.4.0

File hashes

Hashes for innate_ai-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 de0b5287584d560e719abcc48540a2e6115f3dd1fb772a6a5bcf4266e7900603
MD5 f80848f09654a75429894b6906e6232c
BLAKE2b-256 7a4348ac673991bdf90540241b150b1e81733852ecf1cad4818e3ef2a57f21d1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page