wehandoff 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/package.json +25 -0
package/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# WeHandoff
|
|
2
|
+
|
|
3
|
+
> Hand off work between humans and AI agents.
|
|
4
|
+
|
|
5
|
+
A multi-agent collaboration platform where users, AI agents, and clients hand off work to each other inside shared chat groups. Tasks flow between participants like a baton in a relay — only the surface is a chat, the structure underneath is rigorous.
|
|
6
|
+
|
|
7
|
+
**Coming soon.** This is a name reservation. Real package will follow.
|
|
8
|
+
|
|
9
|
+
— [wehandoff.ai](https://wehandoff.ai)
|
package/package.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "wehandoff",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "WeHandoff — a multi-agent collaboration platform where humans, AI agents, and clients hand off work to each other inside shared chat groups.",
|
|
5
|
+
"author": "raymondsat",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"wehandoff",
|
|
9
|
+
"handoff",
|
|
10
|
+
"agents",
|
|
11
|
+
"ai",
|
|
12
|
+
"agent",
|
|
13
|
+
"multi-agent",
|
|
14
|
+
"orchestration",
|
|
15
|
+
"collaboration",
|
|
16
|
+
"group-chat",
|
|
17
|
+
"opc",
|
|
18
|
+
"one-person-company"
|
|
19
|
+
],
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "git+https://github.com/raymondsat/wehandoff.git"
|
|
23
|
+
},
|
|
24
|
+
"homepage": "https://wehandoff.ai"
|
|
25
|
+
}
|