spooling 0.1.1__tar.gz → 0.1.3__tar.gz

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.
Files changed (52) hide show
  1. {spooling-0.1.1/spooling.egg-info → spooling-0.1.3}/PKG-INFO +1 -1
  2. {spooling-0.1.1 → spooling-0.1.3}/README.md +33 -28
  3. {spooling-0.1.1 → spooling-0.1.3}/pyproject.toml +1 -1
  4. spooling-0.1.3/spooling/agent.py +992 -0
  5. {spooling-0.1.1 → spooling-0.1.3}/spooling/cli.py +17 -5
  6. {spooling-0.1.1 → spooling-0.1.3}/spooling/config.py +3 -0
  7. {spooling-0.1.1 → spooling-0.1.3}/spooling/evals.py +2 -2
  8. {spooling-0.1.1 → spooling-0.1.3}/spooling/ingest.py +0 -2
  9. {spooling-0.1.1 → spooling-0.1.3}/spooling/parser.py +2 -7
  10. {spooling-0.1.1 → spooling-0.1.3}/spooling/providers/cortex_code.py +13 -2
  11. {spooling-0.1.1 → spooling-0.1.3}/spooling/providers/github.py +11 -1
  12. {spooling-0.1.1 → spooling-0.1.3}/spooling/providers/gitlab.py +11 -1
  13. {spooling-0.1.1 → spooling-0.1.3}/spooling/providers/opencode.py +36 -7
  14. {spooling-0.1.1 → spooling-0.1.3}/spooling/sdk.py +0 -1
  15. {spooling-0.1.1 → spooling-0.1.3}/spooling/server.py +167 -79
  16. {spooling-0.1.1 → spooling-0.1.3}/spooling/tracing.py +14 -1
  17. {spooling-0.1.1 → spooling-0.1.3/spooling.egg-info}/PKG-INFO +1 -1
  18. spooling-0.1.1/spooling/agent.py +0 -213
  19. {spooling-0.1.1 → spooling-0.1.3}/LICENSE +0 -0
  20. {spooling-0.1.1 → spooling-0.1.3}/setup.cfg +0 -0
  21. {spooling-0.1.1 → spooling-0.1.3}/spooling/__init__.py +0 -0
  22. {spooling-0.1.1 → spooling-0.1.3}/spooling/classifiers.py +0 -0
  23. {spooling-0.1.1 → spooling-0.1.3}/spooling/cloud.py +0 -0
  24. {spooling-0.1.1 → spooling-0.1.3}/spooling/db.py +0 -0
  25. {spooling-0.1.1 → spooling-0.1.3}/spooling/embeddings.py +0 -0
  26. {spooling-0.1.1 → spooling-0.1.3}/spooling/experiments.py +0 -0
  27. {spooling-0.1.1 → spooling-0.1.3}/spooling/mcp_server.py +0 -0
  28. {spooling-0.1.1 → spooling-0.1.3}/spooling/pricing.py +0 -0
  29. {spooling-0.1.1 → spooling-0.1.3}/spooling/providers/__init__.py +0 -0
  30. {spooling-0.1.1 → spooling-0.1.3}/spooling/providers/antigravity.py +0 -0
  31. {spooling-0.1.1 → spooling-0.1.3}/spooling/providers/base.py +0 -0
  32. {spooling-0.1.1 → spooling-0.1.3}/spooling/providers/codex.py +0 -0
  33. {spooling-0.1.1 → spooling-0.1.3}/spooling/providers/copilot.py +0 -0
  34. {spooling-0.1.1 → spooling-0.1.3}/spooling/providers/cursor.py +0 -0
  35. {spooling-0.1.1 → spooling-0.1.3}/spooling/providers/gemini.py +0 -0
  36. {spooling-0.1.1 → spooling-0.1.3}/spooling/providers/kiro.py +0 -0
  37. {spooling-0.1.1 → spooling-0.1.3}/spooling/providers/session_file.py +0 -0
  38. {spooling-0.1.1 → spooling-0.1.3}/spooling/providers/windsurf.py +0 -0
  39. {spooling-0.1.1 → spooling-0.1.3}/spooling/redact.py +0 -0
  40. {spooling-0.1.1 → spooling-0.1.3}/spooling/remote_otel.py +0 -0
  41. {spooling-0.1.1 → spooling-0.1.3}/spooling/search.py +0 -0
  42. {spooling-0.1.1 → spooling-0.1.3}/spooling/stats.py +0 -0
  43. {spooling-0.1.1 → spooling-0.1.3}/spooling/subscription_pricing.py +0 -0
  44. {spooling-0.1.1 → spooling-0.1.3}/spooling/watcher.py +0 -0
  45. {spooling-0.1.1 → spooling-0.1.3}/spooling.egg-info/SOURCES.txt +0 -0
  46. {spooling-0.1.1 → spooling-0.1.3}/spooling.egg-info/dependency_links.txt +0 -0
  47. {spooling-0.1.1 → spooling-0.1.3}/spooling.egg-info/entry_points.txt +0 -0
  48. {spooling-0.1.1 → spooling-0.1.3}/spooling.egg-info/requires.txt +0 -0
  49. {spooling-0.1.1 → spooling-0.1.3}/spooling.egg-info/top_level.txt +0 -0
  50. {spooling-0.1.1 → spooling-0.1.3}/tests/test_parser.py +0 -0
  51. {spooling-0.1.1 → spooling-0.1.3}/tests/test_pricing.py +0 -0
  52. {spooling-0.1.1 → spooling-0.1.3}/tests/test_redact.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: spooling
3
- Version: 0.1.1
3
+ Version: 0.1.3
4
4
  Summary: Local session tracker and semantic search for AI coding assistants
5
5
  Author: Parsed Analytics, Inc.
6
6
  License-Expression: MIT
@@ -13,51 +13,56 @@ Track your AI coding sessions across **OpenAI Codex CLI**, **GitHub Copilot**, *
13
13
  - **Python 3.11+**
14
14
  - **Node.js 18+**
15
15
  - **Docker** (for PostgreSQL + pgvector)
16
+ - **pipx** or **uv** (optional, alternative install methods)
16
17
  - **Ollama** (optional, for free local AI chat) or an **Anthropic API key**
17
18
 
18
19
  ---
19
20
 
20
- ## Quick Start
21
+ ## How it works
22
+
23
+ **Four commands. Zero cloud.**
24
+
25
+ ### 01   Clone & start the database
21
26
 
22
27
  ```bash
23
- git clone <repo-url> spooling
24
- cd spooling
28
+ git clone https://github.com/sashimiboi/spooling && cd spooling
29
+ docker compose up -d # postgres + pgvector :5434
30
+ ```
25
31
 
26
- # 1. Start the database
27
- docker-compose up -d # or `docker compose up -d` if using Docker Compose V2
32
+ ### 02 &nbsp; Install backend + UI
28
33
 
29
- #docker-compose up -d
34
+ Choose one:
30
35
 
31
- # 2. Install Python backend (pulls strands-agents, strands-agents-evals,
32
- # ollama, mcp, and everything else declared in pyproject.toml).
33
- python3 -m venv .venv
34
- source .venv/bin/activate
36
+ ```bash
37
+ # pip (recommended)
38
+ python3 -m venv .venv && source .venv/bin/activate
35
39
  pip install -e .
36
40
 
37
- # 3. Install Ollama + pull the chat and judge models so the chat agent
38
- # and Strands eval rubrics work out of the box with no API key.
39
- brew install ollama
40
- ollama serve &
41
- ollama pull gemma3:4b # chat agent default
42
- ollama pull qwen2.5:7b # tool-capable Strands eval judge
41
+ # pipx
42
+ pipx install .
43
43
 
44
- # 4. Check which providers are detected
45
- spooling init
44
+ # uv
45
+ uv sync
46
+ ```
46
47
 
47
- # 5. Sync sessions from all detected providers
48
- spooling sync # with embeddings (slower, enables semantic search)
49
- spooling sync --no-embed # without embeddings (faster, for initial setup)
48
+ Then install the UI:
50
49
 
51
- # 6. Install UI dependencies
50
+ ```bash
52
51
  cd ui && npm install && cd ..
52
+ ```
53
53
 
54
- # 7. Start everything
55
- spooling ui # API on :3002, MCP on :3004, GUI on :3003
54
+ ### 03 &nbsp; Detect providers & sync
56
55
 
57
- # 8. (Optional) Connect an MCP-compatible agent to Spooling. The MCP server
58
- # runs automatically with `spooling ui` over streamable-HTTP at
59
- # http://127.0.0.1:3004/mcp, so any agent (Codex, Cursor,
60
- # web agents) can connect by URL.
56
+ ```bash
57
+ spooling init # scan for available providers
58
+ spooling sync # embed every session into pgvector
59
+ ```
60
+
61
+ ### 04 &nbsp; Search & explore
62
+
63
+ ```bash
64
+ spooling ui # API :3002 · MCP :3004 · GUI :3003
65
+ spooling search "that redis race condition"
61
66
  ```
62
67
 
63
68
  Open **http://localhost:3003** and you're in.
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "spooling"
3
- version = "0.1.1"
3
+ version = "0.1.3"
4
4
  description = "Local session tracker and semantic search for AI coding assistants"
5
5
  license = "MIT"
6
6
  license-files = ["LICENSE"]