errand-bot 0.2.0

Run a coding agent from a chat channel, in a sandbox it cannot escape.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Runtime configuration holds the bot token and the provider credential.
config.json
config.local.json

# Per-session state written by the daemon and mounted into sandboxes.
state/

# Built output.
dist/

# npm packages the interface build pulls in.
node_modules/

# What the documentation build leaves behind.
docs/.vitepress/cache/
/target