raga-ai-hub / AgentNeo

Agent AI Observability, Monitoring and Evaluation Framework. Includes features like agent, llm and tools tracing, debugging multi-agentic system, self-hosted dashboard and advanced analytics with timeline and execution graph view
https://www.raga.ai/agentneo
GNU General Public License v3.0
741 stars 23 forks source link

[BUG]: db_path #66

Open ThierryNapspirit opened 1 day ago

ThierryNapspirit commented 1 day ago

Hello,

very good tool ! Thanks.

I have a very small problem. If a create a directory to store the sqlite db (ie. "mkdir -p agentneo/ui/dist" according to the code) , from python, it works. But the UI does not load this database. Problem from "ui/src/utils/databaseUtils.ts" , lline 15. But I do not code ts.

Thanks.

kiranscaria commented 1 day ago

Thank you for your feedback about AgentNeo, @ThierryNapspirit !

To help diagnose this issue, please provide:

Environment details:

Error information:

This information will help us investigate and resolve your issue more quickly.

ThierryNapspirit commented 1 day ago

Firefox_Screenshot_2024-10-24T11-10-41 738Z Version : 1.1.2. Installed using poetry (poetry add agentneo).

Screenshot : no project avalaible + "database does not exists" on Chrome JS Console.

Thanks.

kiranscaria commented 14 hours ago

@ThierryNapspirit Have you run tracing for an Agentic Application? The database gets created when the projects are created in Python Code. You can use any of these examples: https://github.com/raga-ai-hub/AgentNeo/tree/main/examples