Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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