Python SDK
Coming Soon — The Python SDK is currently under development.
Expected Installation
Expected Usage
from mutagent import Mutagent
client = Mutagent(bearer_auth="sk_live_xxxx")
# Create a prompt
prompt = client.prompts.create(
name="Support Assistant",
content="You are a helpful assistant for {{company}}.",
)
print(f"Created: {prompt.id}")
Planned Features
- Full parity with TypeScript SDK
- Async support with
asyncio
- Type hints for IDE support
- Integration with popular Python ML libraries
[AI AGENT PLACEHOLDER: PYTHON SDK DOCUMENTATION WILL BE ADDED WHEN AVAILABLE]
Want Updates?
Star the MutagenT repository to get notified when the Python SDK is released.