You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
A 24/7 AI assistant daemon that continuously works on tasks via Slack. Uses Claude Code CLI to process both random thoughts and serious jobs automatically with isolated workspaces.
4
4
5
+
## About
6
+
- Maintained by Context Machine Lab
7
+
- Ships as `sleepless-agent` on PyPI (`pip install sleepless-agent`)
8
+
- Automates task intake, execution, and reporting via Slack + Claude integration
9
+
- Designed for continuous operation with isolated workspaces and automated git hygiene
10
+
5
11
## Features
6
12
7
13
- 🤖 **Continuous Operation**: Runs 24/7 daemon, always ready for new tasks
@@ -68,12 +74,17 @@ Optional:
68
74
69
75
```bash
70
76
# Terminal 1: Start the daemon
71
-
python -m src.daemon
77
+
python -m sleepless_agent.daemon
72
78
73
79
# Terminal 2 (optional): Monitor logs
74
80
tail -f logs/agent.log
75
81
```
76
82
83
+
## Releases
84
+
- Latest stable: **0.1.0** – published on [PyPI](https://pypi.org/project/sleepless-agent/0.1.0/)
85
+
- Install or upgrade with `pip install -U sleepless-agent`
86
+
- Release notes and changelog are tracked via GitHub Releases (tag `v0.1.0` onward)
87
+
77
88
## Slack Commands
78
89
79
90
### Task Management
@@ -265,8 +276,7 @@ sqlite3 data/tasks.db "SELECT * FROM tasks;"
0 commit comments