Metadata-Version: 2.4
Name: wizelit-core
Version: 0.1.17
Summary: Wizelit agent runtime — deep agent factory, MCP, built-ins, model catalog
Author-email: Wizeline <engineering@wizeline.com>
License-Expression: MIT
License-File: LICENSE
Keywords: agents,deepagents,langgraph,mcp,wizelit
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Requires-Dist: anthropic[bedrock]>=0.96.0
Requires-Dist: deepagents<1.0,>=0.6.3
Requires-Dist: httpx>=0.27.0
Requires-Dist: langchain-anthropic<2.0,>=1.4.3
Requires-Dist: langchain-aws<2.0,>=1.5.0
Requires-Dist: langchain-google-genai<5.0,>=4.2.2
Requires-Dist: langchain-openai<2.0,>=1.2.1
Requires-Dist: langchain<2.0,>=1.3.1
Requires-Dist: langgraph-checkpoint-sqlite>=3.1.0
Requires-Dist: langgraph<2.0,>=1.2.0
Requires-Dist: mcp>=1.26.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: pyyaml>=6.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.24.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Description-Content-Type: text/markdown

# wizelit-core

Agent runtime for the Wizelit terminal CLI and backend:

- Deep agent graph builder (`deep_agent_factory`)
- MCP connection manager
- Built-in tools (web search, web fetch, …)
- Provider/model catalog
- Bundled `skills/` and `subagents/` in the wheel

**End users:** install **`wizelit-cli`** on PyPI (`uv tool install wizelit-cli`) — you normally do not install `wizelit-core` directly.

This package is a dependency of `wizelit-cli` and is version-pinned to match it.
