Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_observations | Add new observations to existing entities in the knowledge graph |
| create_entities | Create multiple new entities in the knowledge graph |
| create_relations | Create multiple new relations between entities in the knowledge graph. Relations should be in active voice |
| delete_entities | Delete multiple entities and their associated relations from the knowledge graph |
| delete_observations | Delete specific observations from entities in the knowledge graph |
| delete_relations | Delete multiple relations from the knowledge graph |
| open_nodes | Open specific nodes in the knowledge graph by their names |
| read_graph | Read the entire knowledge graph |
| search_nodes | Search for nodes in the knowledge graph based on a query |
| index_project | Indexer un projet complet pour la recherche sémantique avec options RAG |
| manage_projects | Gérer et lister les projets indexés |
| search_code | Recherche sémantique dans le code indexé avec options RAG |
| update_project | Mettre à jour l'indexation d'un projet (indexation incrémentale) avec options RAG |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |