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 package
  • fastapi — Web framework for the agent server
  • uvicorn — ASGI server

Verify

from reminix.runtime import Agent, serve

print("Runtime installed!")

Next Steps

On this page