Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 394 Bytes

File metadata and controls

34 lines (22 loc) · 394 Bytes

agentic-codebase

Semantic code compiler for AI agents.

Installation

pip install agentic-codebase

Quick Start

import agentic_codebase

print(agentic_codebase.__version__)

Development

# Build the native library
cargo build --release

# Install in dev mode
pip install -e "python/[dev]"

# Run tests
pytest python/tests/ -v

License

MIT