atomic
flowstate-dojo-community-epicdm-flowstate-agents-knowledge-store
Package-local agent skill for @epicdm/flowstate-agents-knowledge-store.
Tags
Publisher
Versions
1 version published — latest: 1.0.7
- 1.0.7publishedInvalid Date
Skill
Use this skill when a task touches packages/flowstate-agents-knowledge-store, imports @epicdm/flowstate-agents-knowledge-store, or needs to teach humans/agents how this package works.
Package identity:
- Package: @epicdm/flowstate-agents-knowledge-store
- Repository: epic-flowstate-community
- Version authority: package.json (1.0.7)
- Dojo course: flowstate-dojo-community-epicdm-flowstate-agents-knowledge-store
How to use the package:
- Purpose: Redis-based long-term knowledge storage with semantic search for AI agents
- Start with package-local docs when present.
- Verify details against source and tests before changing behavior.
- Use the Dojo course lessons as the teaching path: setup, mental model, core workflow, integration, feature labs, maintenance.
Public surfaces discovered:
- KnowledgeStoreClient
- PACKAGE_INFO
- DEFAULT_REDIS_CONFIG
- DEFAULT_CONFIG
- KEY_PATTERNS
- ERROR_MESSAGES
- DEFAULT_METADATA
- DEFAULT_SEARCH_OPTIONS
- DEFAULT_SEMANTIC_SEARCH_OPTIONS
- LIMITS
- TIMEOUTS
- LOG_PREFIX
- PRIORITY_WEIGHTS
- VALIDATION_PATTERNS
- FIELD_NAMES
- EMBEDDING_PROVIDERS
- DEFAULT_EMBEDDING_MODELS
- DEFAULT_EMBEDDING_DIMENSIONS
- createKnowledgeStoreClient
- KnowledgeType
- KnowledgePriority
- KnowledgeConfidence
- KnowledgeMetadata
- KnowledgeItem
- CreateKnowledgeItem
- UpdateKnowledgeItem
- SearchFilter
- SearchOptions
- SemanticSearchOptions
- RetrieveOptions
Composable feature skilllets:
- Create Knowledge Store Client: use feature labs for workflow, source anchor, and regression risk.
- DEFAULT_CONFIG: use feature labs for workflow, source anchor, and regression risk.
- DEFAULT_EMBEDDING_DIMENSIONS: use feature labs for workflow, source anchor, and regression risk.
- DEFAULT_EMBEDDING_MODELS: use feature labs for workflow, source anchor, and regression risk.
- DEFAULT_METADATA: use feature labs for workflow, source anchor, and regression risk.
- DEFAULT_REDIS_CONFIG: use feature labs for workflow, source anchor, and regression risk.
- DEFAULT_SEARCH_OPTIONS: use feature labs for workflow, source anchor, and regression risk.
- DEFAULT_SEMANTIC_SEARCH_OPTIONS: use feature labs for workflow, source anchor, and regression risk.
- EMBEDDING_PROVIDERS: use feature labs for workflow, source anchor, and regression risk.
- ERROR_MESSAGES: use feature labs for workflow, source anchor, and regression risk.
- FIELD_NAMES: use feature labs for workflow, source anchor, and regression risk.
- KEY_PATTERNS: use feature labs for workflow, source anchor, and regression risk.
- Knowledge Confidence: use feature labs for workflow, source anchor, and regression risk.
- Knowledge Error Code: use feature labs for workflow, source anchor, and regression risk.
- Knowledge Priority: use feature labs for workflow, source anchor, and regression risk.
- Knowledge Store Client: use feature labs for workflow, source anchor, and regression risk.
- Knowledge Store Error: use feature labs for workflow, source anchor, and regression risk.
- Knowledge Type: use feature labs for workflow, source anchor, and regression risk.
- LIMITS: use feature labs for workflow, source anchor, and regression risk.
- LOG_PREFIX: use feature labs for workflow, source anchor, and regression risk.
- PACKAGE_INFO: use feature labs for workflow, source anchor, and regression risk.
- PRIORITY_WEIGHTS: use feature labs for workflow, source anchor, and regression risk.
- TIMEOUTS: use feature labs for workflow, source anchor, and regression risk.
- VALIDATION_PATTERNS: use feature labs for workflow, source anchor, and regression risk.
Agent operating rules:
- Treat package.json as the Dojo version authority.
- Do not turn feature inventory into user-facing lessons without workflow context.
- Update this Dojo package when package behavior, docs, examples, or feature inventory changes.
- Verify downstream packages when package use and connection metadata shows inbound dependencies or references.
- Never mark publish status passed without successful cloud publish and catalog lookup.
Usage
Use this Dojo skill with package human docs, package-local feature inventory, agent-skillset.md, and the generated course.json in this folder. Keep this manifest version aligned with package.json.
Install
Run this in your project to install via CLI:
fscloud dojo skill install flowstate-dojo-community-epicdm-flowstate-agents-knowledge-store --target <target> --out ./skillsReplace <target> with your agent target identifier. See the CLI docs for details.