update_knowledge
Store newly generated application or feature metadata into Nstok-knowledge-master so agents can discover and reuse assets. Capture IDs, types, and relationships to keep the knowledge graph current.
Instructions
Feed newly generated application or feature metadata back into Nstok-knowledge-master.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier of the newly created entity (e.g. "sales-report", "Nstok-app-w") | |
| name | Yes | Human readable name of the asset | |
| type | Yes | Asset type | |
| dbEntities | No | DB entities used by this asset | |
| repository | Yes | Repository containing the asset | |
| description | Yes | Overview of what the asset does | |
| capabilities | No | List of capabilities provided | |
| dependencies | No | Dependencies used by this asset | |
| uiComponents | No | UI components used by this asset | |
| relationships | No | Graph relationships to link |