Skip to content

update readme#36

Merged
JaredforReal merged 1 commit into
mainfrom
time
May 2, 2026
Merged

update readme#36
JaredforReal merged 1 commit into
mainfrom
time

Conversation

@JaredforReal
Copy link
Copy Markdown
Owner

No description provided.

Signed-off-by: JaredforReal <w13431838023@gmail.com>
Copilot AI review requested due to automatic review settings May 2, 2026 23:08
@JaredforReal JaredforReal merged commit dd90668 into main May 2, 2026
4 checks passed
@JaredforReal JaredforReal deleted the time branch May 2, 2026 23:10
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refreshes the top-level README to reposition Loom as a proactive multi-source inbox/triage system and to better reflect newer repo capabilities like arXiv support, the SPA frontend, and settings APIs.

Changes:

  • Rewrites the introduction, feature list, and architecture/data-flow sections with more product-oriented messaging.
  • Replaces the old Quick Start / CLI / API docs with updated command tables and setup examples.
  • Updates project structure and adaptor documentation to mention newer modules such as api_server.py, the frontend app, and the arXiv adaptor.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
# Configure a GitHub source
export GITHUB_TOKEN="ghp_xxxxxxxxxxxx"
loom source add github --repo owner/repo --events issues,pull_requests

Comment thread README.md
```bash
# Install
pip install -e .

Comment thread README.md
4. **Process** — The agent session executes the assigned prompt template and produces a result.
5. **Review** — The result surfaces in the Web UI or CLI. The user can approve or dismiss.
6. **Act** — On approval, Loom executes the action through the originating adaptor.
6. **Action** — On approval, Loom executes the action through the originating adaptor.
Comment thread README.md
| `loom down` | Stop daemon |
| `loom inbox` | List envelopes (Rich table) |
| `loom show <id>` | Envelope detail view |
| `loom approve <id>` | Approve proposed action |
Comment thread README.md
| GET | `/api/status` | Daemon status |
| GET | `/api/envelopes` | List envelopes (filter by source, group, prefix) |
| GET | `/api/envelopes/{id}` | Get envelope detail |
| POST | `/api/envelopes/{id}/approve` | Approve proposed action |
Comment thread README.md
├── cli/ # CLI entry point
│ ├── main.py # argparse parser + command handlers
│ └── view/ # Rich rendering (tables, themes, doctor)
│ └── main.py # argparse parser + Rich rendering
Comment thread README.md
cd loom/webui/src
npm run dev # Vite on :5173, proxies /api → :8732
```
Features: `since` cursor, ETag conditional requests, rate limit backoff, per-repo polling, event type and label filtering, proxy support.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants