Agenta-AI / agenta

The all-in-one LLM developer platform: prompt management, evaluation, human feedback, and deployment all in one place.
http://www.agenta.ai
MIT License
1.14k stars 177 forks source link

Issue in ViewNavigation.tsx #1499

Open OmarEll opened 4 months ago

OmarEll commented 4 months ago
image

Hello,

I've cloned Agenta locally and created a custom app using Claude Anthropic. It's just a simple myapp.py to test. Here are the steps I followed:

I didn't encounter any errors in my console, but when I open my localhost and search for my app, I find it. However, upon opening, I see the image above.

I'm not entirely sure what might be causing this issue. Any assistance would be greatly appreciated.

Thank you.

mmabrouk commented 3 months ago

Hi @OmarEll Apologies for the late answer and missing this issue. Can you please try again with the newest version in agenta. Now we show the error log in the playground if something fails. Please make sure to update the images when deploying locally again and using the newest version of the SDK (pip install -U agenta).

After doing this, can you please share the error log from the playground. Thank you!