Metadata-Version: 2.5
Name: kbws-forge-runtime
Version: 0.1.0
Summary: Forge coding agent framework core runtime
Author-email: kbws13 <hsy040506@163.com>
License-Expression: MIT
License-File: LICENSE
Keywords: agent,coding-agent,framework,runtime
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.13
Requires-Dist: langchain-core<2,>=1.0
Requires-Dist: langgraph<2,>=1.0
Requires-Dist: pydantic<3,>=2.11
Provides-Extra: mcp
Requires-Dist: langchain-mcp-adapters<1,>=0.1; extra == 'mcp'
Requires-Dist: mcp<3,>=1.0; extra == 'mcp'
Provides-Extra: openai
Requires-Dist: langchain-openai<2,>=1.0; extra == 'openai'
Description-Content-Type: text/markdown

# kbws-forge-runtime

Forge 编码代理框架的核心运行时包（PyPI 发布名：`kbws-forge-runtime`，import 名：`kbws_forge_runtime`）。

包含契约（contracts）、执行（execution）、图（graphs）、工具（tools）、提供者（providers）、会话（sessions）、插件（plugins）、可观测性（observability）与测试工具（testing）等模块。

## 安装

```bash
pip install kbws-forge-runtime
```

## License

MIT License
