-
Notifications
You must be signed in to change notification settings - Fork 324
Open
Labels
kind/bugSomething isn't workingSomething isn't working
Description
Describe the bug
When using a skill with context:fork it ends in run_skill loop. The skill works fine however without the context:fork.
Version affected
docker-agent version v1.37.0
Commit: 4292f97
How To Reproduce
Detailed steps to reproduce the behavior:
Add a skill to call, start docker agent with a default simple prompt and invoke the skills.
For example use the following example time skill:
name: time
description: "Print out the current time."
context: fork
Your final response is just the time in Europe/Berlin
Start a default prompt with a random model and prompt: what is the current time ?
Now docker agent will keep on printing
Calling run_skill(
name: "time"
task: "Provide the current local time in Europe/Berlin."
)
Expectation
The tool should be called once and finish
OS and Terminal type
Default terminal on Mac Os x
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't working