Metadata-Version: 2.4
Name: kubeintellect
Version: 2.2.0
Summary: AI-powered Kubernetes management — local server and CLI
Project-URL: Homepage, https://github.com/mskazemi/kubeintellect
Project-URL: Documentation, https://github.com/mskazemi/kubeintellect#readme
Project-URL: Issues, https://github.com/mskazemi/kubeintellect/issues
License: AGPL-3.0-or-later
Keywords: ai,devops,k8s,kubectl,kubernetes,llm
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.12
Requires-Dist: asyncpg>=0.30
Requires-Dist: fastapi>=0.115
Requires-Dist: httpx>=0.28
Requires-Dist: ki-protocol>=1.0.0
Requires-Dist: kube-q>=1.5.0
Requires-Dist: langchain-openai>=1.0
Requires-Dist: langchain>=1.0
Requires-Dist: langfuse>=4.5
Requires-Dist: langgraph-checkpoint-postgres>=3.0
Requires-Dist: langgraph-checkpoint-sqlite>=3.0
Requires-Dist: langgraph>=1.0
Requires-Dist: langsmith>=0.8
Requires-Dist: psycopg[binary,pool]>=3.3.4
Requires-Dist: pydantic-settings>=2.6
Requires-Dist: pydantic>=2.10
Requires-Dist: python-dotenv>=1.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: uvicorn[standard]>=0.52.1
Provides-Extra: all
Requires-Dist: langfuse>=4.5; extra == 'all'
Requires-Dist: opentelemetry-api>=1.0; extra == 'all'
Requires-Dist: prometheus-fastapi-instrumentator>=7.1.0; extra == 'all'
Provides-Extra: metrics
Requires-Dist: prometheus-fastapi-instrumentator>=7.1.0; extra == 'metrics'
Provides-Extra: tracing
Requires-Dist: langfuse>=4.5; extra == 'tracing'
Requires-Dist: opentelemetry-api>=1.0; extra == 'tracing'
Description-Content-Type: text/markdown

# kubeintellect (server)

The KubeIntellect server — FastAPI app, agent graph, tools, memory, and the
`kubeintellect` CLI entry point. This is the `kubeintellect` distribution on
PyPI; it depends on its sibling workspace packages `kube-q` (the `kq` client)
and `ki-protocol` (the shared SSE wire protocol), so installing it gives the
full stack.

The Python module name remains `app` (V2 heritage); see the repo root README
for project documentation.
