Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | The environment the server is running in. | development |
| POSTGRES_DB | Yes | PostgreSQL database name. | agi_db |
| POSTGRES_HOST | Yes | PostgreSQL host address. | localhost |
| POSTGRES_PORT | Yes | PostgreSQL port. | 5432 |
| POSTGRES_USER | Yes | PostgreSQL user name. | agi_user |
| POSTGRES_PASSWORD | Yes | PostgreSQL password. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |