🏗️
AI Appliances
Build and deploy self-contained AI systems as Docker images, bootable ISOs, or standalone binaries.
The AI Appliance Builder.
AI agents as code. Declarative LLM orchestration for specialized and coordinated multi-agent systems. Compose workflows across models, APIs, and data with fully defined control flow.
run:
chat:
model: llama3.2:1b
prompt: "Summarize: {{ get('q') }}"
apiResponse:
success: true
response:
data: "{{ get('chat') }}"
# No glue code. No legacy code.