# ZMCP - Full-Stack AI Framework
> **⚠️ Early Development Notice**: This is a placeholder release to secure the package namespace. The full implementation is coming soon!
## 🎯 **What is ZMCP?**
ZMCP (Zorg Meta Computing Protocol) is a full-stack AI framework for building enterprise AI applications. It provides developers with a unified, fluent API for creating everything from simple chatbots to complex multi-agent workflows.
**Key Features (Coming Soon):**
- 🤖 **Multi-Agent Orchestration**: Coordinate multiple AI agents seamlessly
- 🛠️ **Rich Tool Ecosystem**: Built-in and custom tools with type safety
- 🌐 **Web Framework Integration**: FastAPI, Flask, Django adapters
- 🔗 **MCP Protocol Support**: Connect to the Model Context Protocol ecosystem
- 💾 **Persistent State Management**: Robust context and memory systems
- ⚡ **Progressive Complexity**: Start simple, scale to enterprise
## 🚀 **Quick Start (Placeholder)**
```bash
pip install zmcp
```
```python
from zmcp import workflow, agent, tool, Context
# This is a placeholder - full API coming soon!
@tool("calculator")
def calculate(expression: str) -> float:
return eval(expression)
@agent("assistant")
def chat_agent(ctx: Context) -> Context:
return ctx.set("response", "Hello from ZMCP!")
pipeline = (workflow("hello_world")
.start_with("chat")
.agent("chat", chat_agent)
.build())
result = pipeline.run(Context(message="Hello"))
print(result.get("response")) # "Hello from ZMCP!"
```
## 📋 Roadmap
Q3 2024: Core framework implementation
Q4 2024: Web integration and MCP support
Q1 2025: Enterprise features and scaling
## 🏢 About Octallium
ZMCP is developed by Octallium Inc, building infrastructure for humanity's next computing paradigm.
📚 Links
Documentation: <https://zmcp-python.zpkg.ai> (coming soon)
Community: <https://zpkg.ai> (coming soon)
GitHub: <https://github.com/octallium/zmcp-python>
Issues: <https://github.com/octallium/zmcp-python/issues>
📄 License
MIT License - see LICENSE file for details.
Stay tuned for the full release! 🚀
Raw data
{
"_id": null,
"home_page": null,
"name": "zmcp",
"maintainer": "Octallium Inc",
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": null,
"keywords": "agentic, agents, ai, automation, enterprise, framework, infrastructure, llm, orchestration, workflow",
"author": "Octallium Inc",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/eb/5a/220362e5c540ab8f6cea01c461c152d253e0bf05ab14ea5ab62a1773a154/zmcp-0.1.0.tar.gz",
"platform": null,
"description": "# ZMCP - Full-Stack AI Framework\n\n> **\u26a0\ufe0f Early Development Notice**: This is a placeholder release to secure the package namespace. The full implementation is coming soon!\n\n## \ud83c\udfaf **What is ZMCP?**\n\nZMCP (Zorg Meta Computing Protocol) is a full-stack AI framework for building enterprise AI applications. It provides developers with a unified, fluent API for creating everything from simple chatbots to complex multi-agent workflows.\n\n**Key Features (Coming Soon):**\n\n- \ud83e\udd16 **Multi-Agent Orchestration**: Coordinate multiple AI agents seamlessly\n- \ud83d\udee0\ufe0f **Rich Tool Ecosystem**: Built-in and custom tools with type safety\n- \ud83c\udf10 **Web Framework Integration**: FastAPI, Flask, Django adapters\n- \ud83d\udd17 **MCP Protocol Support**: Connect to the Model Context Protocol ecosystem\n- \ud83d\udcbe **Persistent State Management**: Robust context and memory systems\n- \u26a1 **Progressive Complexity**: Start simple, scale to enterprise\n\n## \ud83d\ude80 **Quick Start (Placeholder)**\n\n```bash\npip install zmcp\n```\n\n```python\nfrom zmcp import workflow, agent, tool, Context\n\n# This is a placeholder - full API coming soon!\n@tool(\"calculator\")\ndef calculate(expression: str) -> float:\n return eval(expression)\n\n@agent(\"assistant\")\ndef chat_agent(ctx: Context) -> Context:\n return ctx.set(\"response\", \"Hello from ZMCP!\")\n\npipeline = (workflow(\"hello_world\")\n .start_with(\"chat\")\n .agent(\"chat\", chat_agent)\n .build())\n\nresult = pipeline.run(Context(message=\"Hello\"))\nprint(result.get(\"response\")) # \"Hello from ZMCP!\"\n```\n\n## \ud83d\udccb Roadmap\n\nQ3 2024: Core framework implementation\nQ4 2024: Web integration and MCP support\nQ1 2025: Enterprise features and scaling\n\n## \ud83c\udfe2 About Octallium\n\nZMCP is developed by Octallium Inc, building infrastructure for humanity's next computing paradigm.\n\ud83d\udcda Links\n\nDocumentation: <https://zmcp-python.zpkg.ai> (coming soon)\nCommunity: <https://zpkg.ai> (coming soon)\nGitHub: <https://github.com/octallium/zmcp-python>\nIssues: <https://github.com/octallium/zmcp-python/issues>\n\n\ud83d\udcc4 License\nMIT License - see LICENSE file for details.\n\nStay tuned for the full release! \ud83d\ude80\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Full-Stack AI Framework For Building Enterprise AI Applications",
"version": "0.1.0",
"project_urls": {
"Bug Reports": "https://github.com/octallium/zmcp-python/issues",
"Changelog": "https://github.com/octallium/zmcp-python/blob/main/CHANGELOG.md",
"Documentation": "https://zmcp-python.zpkg.ai",
"Homepage": "https://zpkg.ai",
"Repository": "https://github.com/octallium/zmcp-python"
},
"split_keywords": [
"agentic",
" agents",
" ai",
" automation",
" enterprise",
" framework",
" infrastructure",
" llm",
" orchestration",
" workflow"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "4898ec299c4776f75ce220074b169c0037021645dd9f7c313ca181bc08f19d43",
"md5": "cb2d5629eb67f323f03c4c908265ca20",
"sha256": "051acc0529c600bb0d42b36683f50048398cae6aac566e1b6915022bfb11af68"
},
"downloads": -1,
"filename": "zmcp-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cb2d5629eb67f323f03c4c908265ca20",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 4603,
"upload_time": "2025-07-12T14:23:15",
"upload_time_iso_8601": "2025-07-12T14:23:15.811871Z",
"url": "https://files.pythonhosted.org/packages/48/98/ec299c4776f75ce220074b169c0037021645dd9f7c313ca181bc08f19d43/zmcp-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "eb5a220362e5c540ab8f6cea01c461c152d253e0bf05ab14ea5ab62a1773a154",
"md5": "0d1348cacd7dabe2aca3ea1ae1d672c5",
"sha256": "cb5364ec6e1c81cec54bc13e28042c0f16ecbc4b52b98806d147e2912b6bbefd"
},
"downloads": -1,
"filename": "zmcp-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "0d1348cacd7dabe2aca3ea1ae1d672c5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 31950,
"upload_time": "2025-07-12T14:23:17",
"upload_time_iso_8601": "2025-07-12T14:23:17.186892Z",
"url": "https://files.pythonhosted.org/packages/eb/5a/220362e5c540ab8f6cea01c461c152d253e0bf05ab14ea5ab62a1773a154/zmcp-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-12 14:23:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "octallium",
"github_project": "zmcp-python",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "zmcp"
}