Skip to content

Conversation

ErezSha
Copy link
Collaborator

@ErezSha ErezSha commented Jul 13, 2025

  • wraps agent run in try/except and sends error events if needed
  • adds an error ui component

must be used in conjuction with flux0-ai/flux0-react#20

closes #89

asaf and others added 21 commits June 30, 2025 13:37
fixes an issue with the static agent where the first message wasn't seen, until after a refresh
- when tryintg to create an agent, check if the agent type exists
- server now checks requested agent runner type exists before trying to run against it.
- ui brings up a toast to indicate "agent doesn't exist" error
updates ui packages because of security issues
adds agent description in UI agent card

resolves #87
implements a json based persistence for nanodb
moves the locking mechanism from the store level (UserStore, AgentStore) to the DB level

resolves #51
adds a mongodb database implementation

resolves #85
For extensibility and best practice, modified DB settings via a single var FLUX0_DB_URI.

Examples:

FLUX0_DB_URI=nanodb://memory
FLUX0_DB_URI=nanodb://json?dir=./data
FLUX0_DB_URI=mongodb://localhost:27017
removes unnecessary print in main file
- wraps agent run in try/except and sends error events if needed
- adds an error ui component
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Agent execution errors are not propagated to the caller
3 participants