Metadata-Version: 2.4
Name: forgeplan
Version: 0.1.0
Summary: A long-horizon planning engine for LLM agents. Dedicated planning layer with HTN decomposition, MCTS search, and backtracking.
Project-URL: Homepage, https://github.com/sushaan-k/agent-forge
Project-URL: Repository, https://github.com/sushaan-k/agent-forge
Project-URL: Issues, https://github.com/sushaan-k/agent-forge/issues
Author-email: Sushaan Kandukoori <sushaan@users.noreply.github.com>
License-Expression: MIT
License-File: LICENSE
Keywords: agents,backtracking,hierarchical-task-network,llm,mcts,planning
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: httpx<1.0,>=0.25
Requires-Dist: networkx<4.0,>=3.0
Requires-Dist: numpy<3.0,>=1.24
Requires-Dist: pydantic<3.0,>=2.0
Provides-Extra: all
Requires-Dist: anthropic<1.0,>=0.30; extra == 'all'
Requires-Dist: openai<2.0,>=1.0; extra == 'all'
Provides-Extra: anthropic
Requires-Dist: anthropic<1.0,>=0.30; extra == 'anthropic'
Provides-Extra: dev
Requires-Dist: mypy<2.0,>=1.5; extra == 'dev'
Requires-Dist: pytest-asyncio<1.0,>=0.21; extra == 'dev'
Requires-Dist: pytest-cov<6.0,>=4.0; extra == 'dev'
Requires-Dist: pytest<9.0,>=7.0; extra == 'dev'
Requires-Dist: ruff<1.0,>=0.4; extra == 'dev'
Provides-Extra: openai
Requires-Dist: openai<2.0,>=1.0; extra == 'openai'
Description-Content-Type: text/markdown

# agent-forge

Long-horizon planning engine for LLM agents with HTN decomposition and MCTS search.

See [documentation](https://github.com/sushaan-k/agent-forge) for full details.
