signet
SolidOperate Signet as the local source-backed substrate for agent identity, scoped memory, provenance, ontology, skills, secrets, sources, and harness integrations.
AI & Automation 226 stars
39 forks Updated today NOASSERTION
Install
Quality Score: 81/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Signet
Signet is the local substrate for agent continuity. It is not just a memory
app, and it is not a hidden daemon that gets to rewrite truth on its own.
The practical boundary is:
- sources and transcripts remain inspectable evidence
- memories are scoped, searchable recall rows
- ontology stores reviewed structure, currentness, versions, and links
- epistemic assertions preserve who claimed or believed something
- skills own repeated procedures
- identity and AGENTS files hold operating policy
- secrets stay out of chat, memory, logs, and source files
- connectors keep harnesses attached to the same local substrate
When Signet behavior is unclear, inspect the real checkout, daemon, API,
database-derived outputs, and installed harness config before guessing.
## Current Mental Model
Use this model when explaining or operating Signet:
1. **Source truth**: transcripts, source artifacts, imported files, notes,
configs, and documents are evidence. They should keep provenance,
timestamps, paths, and ids.
2. **Recall**: `POST /api/memory/recall` is the canonical explicit recall
surface. It preserves score, source, type, supplementary context, and
session-dedupe metadata.
3. **Remember**: `POST /api/memory/remember` writes explicit scoped memory
rows. Raw remember does not create arbitrary ontology structure.
4. **Ontology**: graph and knowledge updates go through audited
`signet ontology ...` operations with evidence, actor, confidence, and
version/...
Details
- Author
- Signet-AI
- Repository
- Signet-AI/signetai
- Created
- 5 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- NOASSERTION
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
signet-recall
Use Signet-specific recall and source search from Codex without confusing it with Codex native memory.
226 Updated today
Signet-AI AI & Automation Solid
dreaming
Maintain Signet's living ontology and memory substrate from transcripts, memory artifacts, source artifacts, notes, summaries, and imported records.
226 Updated today
Signet-AI AI & Automation Solid
memory-debug
Diagnose Signet memory, recall, source, session, embedding, and graph issues from runtime truth without bypassing scope or provenance.
226 Updated today
Signet-AI