version package

This commit is contained in:
Wlad Paiva
2023-10-15 16:11:47 -03:00
parent b1f6f53042
commit 08c05717b3
4 changed files with 22 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
---
'chatflow': patch
---
- **Automated reply with loop prevention.** Chats are kept alive until the
assistant interrupts the conversation.
- **Group chats.** Agents chat with multiple other agents at the same time as if
they were in a Whatsapp group. The next agent to reply is chosen based on the
conversation and predicted most likely to reply.
+1 -1
View File
@@ -4,5 +4,5 @@
"initialVersions": {
"chatflow": "0.0.0"
},
"changesets": []
"changesets": ["afraid-gifts-move"]
}
+11
View File
@@ -0,0 +1,11 @@
# chatflow
## 0.0.1-beta.0
### Patch Changes
- - **Automated reply with loop prevention.** Chats are kept alive until the
assistant interrupts the conversation.
- **Group chats.** Agents chat with multiple other agents at the same time as
if they were in a Whatsapp group. The next agent to reply is chosen based on
the conversation and predicted most likely to reply.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "chatflow",
"version": "0.0.0",
"version": "0.0.1-beta.0",
"description": "A chat flow organizer for AI agents",
"author": {
"name": "Wlad Paiva",