Product / Prompits

HTTP-native infrastructure for networked multi-agent systems.

Prompits is the Python runtime layer in FinMAS for engineers building multi-agent systems with explicit identity, discovery, storage, and remote execution. Each agent gets a FastAPI surface, mounted practices, pool-backed persistence, and Plaza connectivity.

Instead of wiring agents together ad hoc, Prompits gives teams a concrete operating model: register with Plaza, persist credentials, publish searchable agent cards, and execute verified `UsePractice(...)` calls across the network.

Core Runtime Surface

  • FastAPI-based agent runtimes with mounted practices and browser-facing user-agent options
  • Plaza-issued identity, authentication, searchable discovery, relay, and remote practice execution
  • FileSystem, SQLite, and Supabase-backed pools for credentials, metadata, and local-first state
Prompits architecture