Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions src/sk-agents/docs/demos/error_handling_demo/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: skagents/v1
kind: Sequential
description: >
Demo configuration for testing error handling implementation
service_name: ErrorHandlingDemo
version: 1.0
input_type: BaseInput
spec:
agents:
- name: demo_agent
role: Error Handling Test Agent
model: claude-3-5-sonnet-20240620
system_prompt: >
You are a helpful assistant for testing error handling functionality.
tasks:
- name: test_task
task_no: 1
description: Test error handling scenarios
instructions: >
Help test various error handling scenarios including validation,
authentication, and execution errors.
agent: demo_agent
Loading
Loading