agentcord 0.1.0 → 0.1.3
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 +1 -1
- package/dist/bot-YTBDEVL2.js +2198 -0
- package/dist/cli.js +56 -0
- package/dist/daemon-MOEDV2OK.js +238 -0
- package/dist/setup-UH7R5WKR.js +345 -0
- package/package.json +10 -9
- package/bin/agentcord.js +0 -21
- package/src/agents.ts +0 -90
- package/src/bot.ts +0 -193
- package/src/button-handler.ts +0 -153
- package/src/cli.ts +0 -50
- package/src/command-handlers.ts +0 -623
- package/src/commands.ts +0 -166
- package/src/config.ts +0 -45
- package/src/index.ts +0 -18
- package/src/message-handler.ts +0 -60
- package/src/output-handler.ts +0 -515
- package/src/persistence.ts +0 -33
- package/src/project-manager.ts +0 -165
- package/src/session-manager.ts +0 -407
- package/src/setup.ts +0 -381
- package/src/shell-handler.ts +0 -91
- package/src/types.ts +0 -80
- package/src/utils.ts +0 -112
- package/tsconfig.json +0 -17
package/README.md
CHANGED
|
@@ -123,7 +123,7 @@ DEFAULT_DIRECTORY=/Users/me/Dev # Default for new sessions
|
|
|
123
123
|
## Development
|
|
124
124
|
|
|
125
125
|
```bash
|
|
126
|
-
git clone https://github.com/
|
|
126
|
+
git clone https://github.com/radu2lupu/agentcord.git
|
|
127
127
|
cd agentcord
|
|
128
128
|
npm install
|
|
129
129
|
cp .env.example .env # fill in your values
|