Semantic code compiler for AI agents.
```bash
pip install agentic-codebase
```
```python
import agentic_codebase
print(agentic_codebase.__version__)
```
```bash
cargo build --release
pip install -e "python/[dev]"
pytest python/tests/ -v
```
MIT