Skip to main content

Language

The Language section covers the tools used to build, orchestrate, and deploy autonomous agents within the Paranet. Whether you are using the native Paraflow language for deterministic logic or the Python Agent SDK for service integration, these tools ensure your actors are secure, inspectable, and goal-oriented.

Paraflow: The Core Orchestrator

Paraflow is a streamlined, domain-specific language purpose-built for creating goal-seeking agents. Unlike general-purpose languages, Paraflow focuses strictly on monitoring, planning, and orchestrating activities.

Actors written in Paraflow operate deterministically within the Paranet, implementing specific skills to fulfill requests or delegating tasks to other actors to achieve high-level objectives.

Python Agent SDK: The Integration Bridge

The Python Agent SDK allows developers to build Paranet actors using pure Python. It acts as a powerful abstraction layer, generating the necessary Paraflow code behind the scenes. This is the ideal path for developers who need to bridge the Paranet with existing ecosystems.

Prototyping: Rapidly deploy new skills without deep Paraflow knowledge.

Wrapping Services: Seamlessly integrate existing Python-based services like ROS, OpenCV, or REST microservices.

Simulation: Connect directly to environments like NVIDIA Omniverse Isaac Sim using their native Python APIs.