|
| 1 | +[[aura-agent]] |
| 2 | += Aura Agent |
| 3 | +:description: This page describes the creation and capabilities of Aura GraphRAG Agent. |
| 4 | + |
| 5 | +label:AuraDB-Free[] |
| 6 | +label:AuraDB-Professional[] |
| 7 | +label:AuraDB-Business-Critical[] |
| 8 | + |
| 9 | +Aura Agent is a no/low-code agent-creation platform that allows you to build, test, and deploy GraphRAG agents contextualized by your own knowledge graph in AuraDB. |
| 10 | + |
| 11 | +Aura takes care of the orchestration layer as well as the integration with GenAI model/LLMs and provides different iterative tools that allows your agent to provide the right context to the LLM. |
| 12 | + |
| 13 | +You can test the agent and iterate on it directly in the UI. |
| 14 | + |
| 15 | +Once you are satisfied with your agent, you can either share it internally with other members of your Aura project, or you can make it available externally via an Aura API endpoint and thus integrate it into your system. |
| 16 | + |
| 17 | +To get started you need a knowledge graph in a running AuraDB instance and you need to enable *Generative AI assistance* in the xref:visual-tour/index.adoc#org-settings[Organization settings]. |
| 18 | + |
| 19 | +== Creating an Agent |
| 20 | + |
| 21 | +Navigate to *Agents* in the left-hand menu and use the *Create* button to start creating your agent. |
| 22 | + |
| 23 | +[.shadow] |
| 24 | +.Create an Agent |
| 25 | +image::agent.jpg[width=300] |
| 26 | + |
| 27 | +You need to give the agent a name (it is advisable to use a descriptive name), a description, and prompt instructions. |
| 28 | +The more detailed you are in the description and prompt instructions, the better your agent will operate. |
| 29 | + |
| 30 | +Then you need to specify which AuraDB instance the agent should target. |
| 31 | +Keep in mind that the selected instance *must* be running. |
| 32 | + |
| 33 | +You can make the agen external right away, but it is recommended to keep it internal while testing it. |
| 34 | +You can change the agent's availability at any time. |
| 35 | + |
| 36 | +Then you can start adding the tools that will allow your agent to retrieve specific data from your graph, or to convert questions to Cypher queries. |
| 37 | +Keep in mind that currently the agent only supports *read only* queries against the database. |
| 38 | +The tools are described in detail in the following section. |
| 39 | + |
| 40 | +== Tools |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
0 commit comments