Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 620 Bytes

File metadata and controls

17 lines (14 loc) · 620 Bytes

smooth-operator-core (Python)

The native Python implementation of the smooth-operator agent engine lives in core/ and is published to PyPI as smooai-smooth-operator-core from this repo (see .github/workflows/publish-pypi.yml).

It is the Python sibling of the Rust reference engine (../rust/) and the C# core (../dotnet/) — an in-process, OpenAI-compatible agentic tool-calling loop with knowledge grounding. Pure Python; no native bindings (PyO3 is not used).

cd core
uv sync
uv run pytest tests/ -q