Runtime Installation
Install the Reminix Python runtime
Install the runtime to build and run agents.
Requirements
- Python 3.12 or higher
Install
pip install reminix[runtime]This installs:
reminix— Core packagefastapi— Web framework for the agent serveruvicorn— ASGI server
Verify
from reminix.runtime import Agent, serve
print("Runtime installed!")Next Steps
- Quickstart — Build your first agent