Skip to content

Your First Integration

Build a production-ready Python ML integration from scratch.

Coming Soon

This guide is under development. For now, see:

Example Pattern

For a complete example, see examples/basic/:

  • main.go: Go side with Pool setup
  • worker.py: Python side with exposed functions

Run it with:

make demo