Placeholder for the official Python SDK for the Intelligent Agents Platform (IAP). Coming soon!
Project description
๐ฅ๏ธ py-agent-server
Build powerful MCP servers with the Intelligent Agents Platform
๐ง Currently Under Development
py-agent-server enables developers to build Model Context Protocol (MCP) servers as part of the Intelligent Agents Platform (IAP). Create powerful services that AI agents can interact with.
๐ฏ What's Coming
- ๐ High-performance MCP server framework
- ๐ ๏ธ Tool registration and management system
- ๐ WebSocket and HTTP transport support
- ๐ Built-in monitoring and analytics
- ๐ก๏ธ Authentication and security features
๐ Get Started Now
While py-agent-server is under development, start building with:
pip install py-agent-client
๐๏ธ Part of IAP Ecosystem
py-agent-core ๐ง Foundation
โโโ py-agent-client โ
Available Now!
โโโ py-agent-server ๐ง In Development (You are here)
โโโ py-agent-tool ๐ง Coming Soon
โโโ py-agent-resources ๐ง Coming Soon
๐ Development Status
| Feature | Status | Expected |
|---|---|---|
| Server Framework | ๐ง In Progress | Q4 2025 |
| Tool System | ๐ Planned | Q1 2026 |
| Transport Layer | ๐ Planned | Q2 2026 |
๐ฎ Preview
# Coming soon to py-agent-server
from py_agent_server import MCPServer
server = MCPServer()
@server.tool("calculator")
def calculate(operation: str, a: float, b: float):
return {"result": a + b if operation == "add" else a * b}
server.run(port=8080)
๐ Resources
- ๐ Documentation
- ๐ GitHub Repository
- ๐ Report Issues
๐ง Contact
Federico Monfasani - fmonfasani@gmail.com
๐ Server development tools coming soon!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_agent_server-0.0.2.dev2.tar.gz.
File metadata
- Download URL: py_agent_server-0.0.2.dev2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4af7b9c057ba6accd2474a3f568fb377fc5b2234a011de7504568412391b0af
|
|
| MD5 |
3b326945508336a7226b45d3832a59ad
|
|
| BLAKE2b-256 |
11c342c5a8ed3338745b3aeb899c30efa3471c3de5080ce6b8c2f880030006ac
|
File details
Details for the file py_agent_server-0.0.2.dev2-py3-none-any.whl.
File metadata
- Download URL: py_agent_server-0.0.2.dev2-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da686e4e2f349041defc2b61d9688d737f1fadce8489b9cf2849d7b74bee8be2
|
|
| MD5 |
6836beedd5cff9b941e23278e6ae8bc2
|
|
| BLAKE2b-256 |
11bf807e55434cd04686959c7175b7076c54e99b59dbb034b9b560f641bfd983
|