honcho/examples/zo/DISPLAY.json

31 lines
908 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"icon": "brain",
"tags": ["ai", "memory", "data", "cli"],
"secrets": [
{
"secret_name": "HONCHO_API_KEY",
"description": "Required. Create one at app.honcho.dev API keys."
},
{
"secret_name": "HONCHO_WORKSPACE_ID",
"description": "Optional. Honcho workspace ID. Defaults to default."
},
{
"secret_name": "HONCHO_USER_ID",
"description": "Optional. User peer ID. Defaults to the Zo Computer username when available, then user."
},
{
"secret_name": "HONCHO_ASSISTANT_ID",
"description": "Optional. Assistant peer ID. Defaults to assistant."
},
{
"secret_name": "HONCHO_SESSION_ID",
"description": "Optional. Default session ID. Defaults to default."
},
{
"secret_name": "HONCHO_BASE_URL",
"description": "Optional. Custom Honcho API URL. Defaults to Honcho production."
}
]
}