Metadata-Version: 2.4
Name: promptise
Version: 0.0.1
Summary: Promptise Foundry — the production framework for agentic AI systems. Full release coming as v1.0.0.
Author: Promptise
License: Apache-2.0
Project-URL: Homepage, https://promptise.com
Project-URL: Repository, https://github.com/promptise-com/foundry
Project-URL: Documentation, https://promptise.github.io/foundry
Project-URL: Issues, https://github.com/promptise-com/foundry/issues
Keywords: mcp,model-context-protocol,agents,agentic-ai,ai,llm,promptise,foundry
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Promptise

**This is a placeholder.** The package name `promptise` is reserved for
[Promptise Foundry](https://promptise.com) — the production framework
for agentic AI systems.

The full release is coming as **v1.0.0**. Follow progress and star the
repository at **[github.com/promptise-com/foundry](https://github.com/promptise-com/foundry)**.

---

## What Promptise Foundry is

An open-source Python framework for building AI agents. Five composable
modules:

- **Agent** — production-ready agents with zero boilerplate
- **Reasoning Engine** — design how your agent thinks, from the ground up
- **MCP** — native Model Context Protocol server and client
- **Agent Runtime** — autonomous agents that run forever
- **Prompt Engineering** — prompts built like software

Read the docs at **[promptise.com](https://promptise.com)**.

---

## Installing this placeholder does nothing

Importing `promptise` from this v0.0.1 placeholder raises an `ImportError`
pointing you to the real release. Install again once v1.0.0 ships:

```bash
pip install --upgrade promptise
```

---

## License

Apache 2.0.
