You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to write an agent that could write and run some Python code in a sandbox (provided by e2b.dev), so that my agent can do react on prompts like "plot and show sinus" and give me back a sinus drawing image.
I could make the whole thing flow, but the thing is I was having trouble to let agent-chat-ui render the returned image. I've tried as this discussion suggested, but it didn't work. Some help please!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to write an agent that could write and run some Python code in a sandbox (provided by e2b.dev), so that my agent can do react on prompts like "plot and show sinus" and give me back a sinus drawing image.
I could make the whole thing flow, but the thing is I was having trouble to let agent-chat-ui render the returned image. I've tried as this discussion suggested, but it didn't work. Some help please!
Here's my
grapy.py
(I was using LangGraph local server):Beta Was this translation helpful? Give feedback.
All reactions