add_project
Creates a new project node in the persistent graph memory, storing project metadata such as name, file path, and optional description.
Instructions
Create a new project node in the knowledge graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Unique name for the project | |
| path | Yes | File system path to the project directory | |
| description | No | Optional description of the project | |
| actor_context | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||