Metadata-Version: 2.4
Name: agent-skill-foundry
Version: 0.1.1
Summary: A Python framework for managing reusable AI skills throughout their lifecycle.
Project-URL: Homepage, https://github.com/Lancer59/agent-skill-foundry
Project-URL: Repository, https://github.com/Lancer59/agent-skill-foundry
Project-URL: Issues, https://github.com/Lancer59/agent-skill-foundry/issues
Author: Sanath Goutham
License: MIT
License-File: LICENSE
Keywords: agent-skill-foundry,agentic-ai,agents,ai,llm,skill-management,skills
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: pydantic>=2.0
Provides-Extra: all
Requires-Dist: httpx>=0.25; extra == 'all'
Requires-Dist: openai>=1.0; extra == 'all'
Provides-Extra: ollama
Requires-Dist: httpx>=0.25; extra == 'ollama'
Provides-Extra: openai
Requires-Dist: openai>=1.0; extra == 'openai'
Description-Content-Type: text/markdown

# Agent Skill Foundry

> ⚠️ **This project is currently under active development. APIs may change without notice.**

**Agent Skill Foundry (ASF)** is an open-source Python framework for managing reusable AI skills throughout their lifecycle — acquisition, validation, storage, retrieval, evolution, and governance.

More documentation and features coming soon.

---

## Installation

```bash
pip install agent-skill-foundry
```

## License

MIT
