pulseed 0.4.17 → 0.4.18
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 +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,6 +39,7 @@ menu of subcommands.
|
|
|
39
39
|
- Goal-first orchestration for long-running work
|
|
40
40
|
- Honest goal negotiation when a target is not realistic as stated
|
|
41
41
|
- Bounded agent execution with verification around delegated work
|
|
42
|
+
- Verified playbook memory that turns successful runs into reusable planning hints
|
|
42
43
|
- Local persistent state under `~/.pulseed/`
|
|
43
44
|
- Multiple runtime surfaces: CLI, chat, TUI, daemon, and cron
|
|
44
45
|
- Support for OpenAI, Anthropic, Ollama, and adapter-based execution paths
|
|
@@ -67,6 +68,11 @@ default for most users is `agent_loop` with OpenAI or Anthropic.
|
|
|
67
68
|
verify, or stop
|
|
68
69
|
- `AgentLoop` handles bounded tool-using work for task execution, chat, and
|
|
69
70
|
selected runtime phases
|
|
71
|
+
- Centralized AgentLoop profiles keep task execution isolated by default,
|
|
72
|
+
narrow chat permissions, and run `/review` through a dedicated read-only
|
|
73
|
+
review posture
|
|
74
|
+
- Dream-backed playbooks can feed verified workflow hints into later task
|
|
75
|
+
generation without auto-writing executable skills
|
|
70
76
|
- State, reports, schedules, and local memory live under `~/.pulseed/`
|
|
71
77
|
- Software-level approval and verification gates protect delegated work
|
|
72
78
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pulseed",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.18",
|
|
4
4
|
"description": "AI agent orchestrator that gives existing agents the drive to persist — set a goal, and PulSeed observes, delegates, verifies, and loops until done.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|