add_artifact
Create a knowledge graph artifact to store files, configs, logs, code, datasheets, or notes. Provide type, title, description, and content.
Instructions
Create a new artifact in the knowledge graph.
Artifacts store files, configs, logs, code snippets, datasheets, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artifact_type | Yes | Type of artifact (datasheet/config/log/code/snippet/diagram/note/reference/template/other) | |
| title | Yes | Short title for the artifact | |
| description | Yes | Description of the artifact's purpose | |
| content | Yes | The actual content (code, config text, log output, etc.) | |
| created_by | No | Who created it - 'agent' or 'user' (default 'agent') | agent |
| tags | No | Optional list of tags for categorization | |
| file_path | No | Optional path to associated file on disk | |
| actor_context | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||