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
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.PHONY: all teal-agents orchestrator services

DOCKER_FLAGS ?= --no-cache

all : | teal-agents orchestrator services

teal-agents :
Expand Down
16 changes: 16 additions & 0 deletions src/sk-agents/manual_test/v1_agent/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: skagents/v1
kind: Chat
description: >
A simple test chat agent for metadata validation
service_name: TestChatBot
version: "0.1"
input_type: BaseMultiModalInput
spec:
agent:
name: default
role: Default Agent
model: gpt-4o-mini
system_prompt: >
You are a helpful assistant.
plugins:
- WeatherPlugin
15 changes: 15 additions & 0 deletions src/sk-agents/manual_test/v3_agent/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: tealagents/v1alpha1
kind: Chat
description: >
A simple test tealagent for metadata validation
name: TestTealAgent
version: "0.1"
spec:
agent:
name: default
role: Default Agent
model: gpt-4o
system_prompt: >
You are a helpful assistant.
plugins:
- MathPlugin
Loading
Loading