sidekeep
v0.0.5
Published
Sidekeep is a personalized private-agent system intended to evolve as a long-lived, extensible runtime rather than a one-off demo.
Readme
sidekeep
Sidekeep is a personalized private-agent system intended to evolve as a long-lived, extensible runtime rather than a one-off demo.
Current State
This repository is now initialized for harness-managed execution. The main entry points are:
AGENTS.mddocs/README.mddocs/harness/README.md
Notes
- Runtime and durable user data are expected to live outside this repository.
- The product architecture and bootstrap mainline are tracked in
docs/. - For local development, run the repo launcher as
./sidekeep ...ornpm run sidekeep -- .... - If you want a shell-global command during development, run
npm link --workspace @sidekeep/cli.
