You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Native Python implementation of the smooth-operator agent engine — an in-process, OpenAI-compatible agentic tool-calling loop with knowledge grounding. The Python sibling of the Rust reference engine and the C# core."
readme = "README.md"
license = { text = "MIT" }
requires-python = ">=3.11"
dependencies = [
# The engine drives any OpenAI-compatible chat endpoint via the official SDK
# (pointed at the gateway). This is the IChatClient analogue.