Project Structure
Requirements for deploying to Reminix
Your project needs three things to deploy to Reminix:
- Manifest — Dependency file (
package.json,pyproject.toml, orrequirements.txt) - SDK — Reminix runtime or adapters installed
- Entrypoint — A file that calls
serve()
Language-Specific Guides
Python
Project requirements for Python agents
TypeScript
Project requirements for TypeScript/JavaScript agents
Quick Reference
Python
pip install reminix[openai]Entry points (in order): [project.scripts].start → server.py → agent.py → main.py
TypeScript/JavaScript
npm install @reminix/runtimeEntry points (in order): scripts.start → server.ts → agent.ts → index.ts
Next Steps
- GitHub Integration — Deploy from GitHub