Skip to main content
TrueNorth
Docs
Playground
Features
Use Cases
Blog
Changelog
★ —
Get Started
Back
truenorth /
playground
Load sample
Run agent
Schema
Chat
Output
schema.yaml
29 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
id: fitness_plan persona: "You are a friendly fitness coach named Alex." fields: - name: full_name type: text required: true question: "What's your full name?" - name: age type: integer range: [16, 90] question: "How old are you?" - name: goal type: enum options: [weight_loss, muscle_gain, endurance, flexibility] question: "What's your primary fitness goal?" - name: weekly_hours type: float question: "How many hours per week for training?" - name: injuries type: text required: false question: "Any injuries I should know about?" output_template: fitness_plan_v1
TrueNorth Agent
Idle
Agent not started
Click "Run agent" to begin a live conversation with your YAML schema.
extracted.json
Copy JSON
No data yet
Extracted fields appear here as the conversation progresses in real time.
stage
idle
cost
$0.00000
turn
0
session
ubjuxtep
truenorth
·
v0.1.5