Semantic code compiler for AI agents.
pip install agentic-codebaseimport agentic_codebase
print(agentic_codebase.__version__)# Build the native library
cargo build --release
# Install in dev mode
pip install -e "python/[dev]"
# Run tests
pytest python/tests/ -vMIT