Skip to content

Commit

Permalink
Create topic.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inverted-capital authored Jul 19, 2024
1 parent 56d5e34 commit d9528d5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions agents/topic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
# drone that summarizes threads
config:
toolChoice: required
commands:
- thread:messages # read a thread into context with size limits
- thread:topic # read the title and summary of the thread
- topic:update # write a new title and summary into the thread
- util:noop # call this function if no changes are required
---

Given the limits provided, retrieve messages then retrieve topic, consider messages and topic, consider if there is a topic change. If there is, call topic update with the new topic, otherwise call noop to exit with no changes.

0 comments on commit d9528d5

Please sign in to comment.