Metadata-Version: 2.4
Name: ziro-core
Version: 0.2.10
Summary: Ziro SDK — the agent engine (graph, tools, memory, RAG, guardrails, LLM adapters)
Project-URL: Repository, https://github.com/hRupanjan/ziro
Project-URL: Issues, https://github.com/hRupanjan/ziro/issues
Author-email: hRupanjan <hrupanjan@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: agent,langgraph,llm,memory,rag
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.11.9
Requires-Dist: aiosqlite~=0.22.1
Requires-Dist: ddgs<10,>=9
Requires-Dist: faiss-cpu~=1.14.2
Requires-Dist: httpx~=0.28.1
Requires-Dist: langchain-anthropic~=1.4.8
Requires-Dist: langchain-community~=0.4.2
Requires-Dist: langchain-core~=1.4.6
Requires-Dist: langchain-huggingface~=1.2.2
Requires-Dist: langchain-mcp-adapters~=0.3.0
Requires-Dist: langchain-openai~=1.3.0
Requires-Dist: langchain-postgres~=0.0.17
Requires-Dist: langchain-text-splitters~=1.1.2
Requires-Dist: langchain~=1.3.9
Requires-Dist: langfuse~=4.12.0
Requires-Dist: langgraph-checkpoint-postgres~=3.1.0
Requires-Dist: langgraph-checkpoint-sqlite~=3.1.0
Requires-Dist: langgraph~=1.2.4
Requires-Dist: langsmith~=0.8.18
Requires-Dist: loguru~=0.7.3
Requires-Dist: pathspec~=1.1.1
Requires-Dist: psycopg[binary]~=3.3.4
Requires-Dist: pypdf~=6.13.3
Requires-Dist: python-dotenv~=1.2.2
Requires-Dist: rich~=15.0.0
Requires-Dist: sentence-transformers~=5.5.1
Requires-Dist: torch~=2.13.0
Requires-Dist: transformers~=5.12.0
Provides-Extra: all
Requires-Dist: faster-whisper~=1.2.1; extra == 'all'
Requires-Dist: llama-cpp-python~=0.3.29; extra == 'all'
Requires-Dist: piper-tts~=1.4.2; extra == 'all'
Requires-Dist: presidio-analyzer~=2.2.362; extra == 'all'
Requires-Dist: sounddevice~=0.5.5; extra == 'all'
Provides-Extra: guardrails-local
Requires-Dist: llama-cpp-python~=0.3.29; extra == 'guardrails-local'
Requires-Dist: presidio-analyzer~=2.2.362; extra == 'guardrails-local'
Provides-Extra: voice-local
Requires-Dist: faster-whisper~=1.2.1; extra == 'voice-local'
Requires-Dist: piper-tts~=1.4.2; extra == 'voice-local'
Requires-Dist: sounddevice~=0.5.5; extra == 'voice-local'
Description-Content-Type: text/markdown

# ziro-core

The Ziro SDK: the agent engine (LangGraph graph, progressive tools, memory,
RAG, guardrails, compaction, LLM adapters). Import package: `ziro`.

`pip install ziro` (the meta package) for the full TUI experience;
`pip install ziro-core` for the embeddable SDK alone.
