A comprehensive AI toolbox that provides a wide range of artificial intelligence capabilities and tools.

8 stars 1 forks 8 watchers Python GNU Affero General Public License v3.0
3 Open Issues Need Help Last updated: Nov 27, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The playground's API Examples component displays an incorrect endpoint URL for calling agents. It currently shows `/public/v1/app/{app_id}/call/{agent_id}` when the correct backend route is `/public/v1/app/{app_id}/chat/{agent_id}/call`. The root cause is a hardcoded incorrect endpoint string in `frontend/src/components/playground/APIExamples.tsx`.

Complexity: 1/5
bug good first issue

A comprehensive AI toolbox that provides a wide range of artificial intelligence capabilities and tools.

Python

AI Summary: When editing an existing agent, the temperature field incorrectly displays 0.7, overwriting the actual saved value upon saving. This bug stems from using the `||` operator in `AgentFormPage.tsx` which treats a valid `0` temperature as falsy, defaulting to `DEFAULT_AGENT_TEMPERATURE`.

Complexity: 1/5
bug good first issue

A comprehensive AI toolbox that provides a wide range of artificial intelligence capabilities and tools.

Python

A comprehensive AI toolbox that provides a wide range of artificial intelligence capabilities and tools.

Python