mirror of
https://github.com/Mintplex-Labs/abitat.git
synced 2026-07-01 10:05:27 -04:00
version package
This commit is contained in:
@@ -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
@@ -4,5 +4,5 @@
|
||||
"initialVersions": {
|
||||
"chatflow": "0.0.0"
|
||||
},
|
||||
"changesets": []
|
||||
"changesets": ["afraid-gifts-move"]
|
||||
}
|
||||
|
||||
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user