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
feat(assistant): support for assistant files and knowledge retrieval (#5)
* feat(assistant): created assistant module with empty services
* feat(app): env config and removed unused default NestJS code
* feat(assistant): created basic functionality for assistant service
* feat(assistant): saved the asssitant ID in the env variables
* feat(assistant): update the assistant when instance exist
* feat(assistant): implemented full flow without additional agents
* feat(assistant): adding files to the assistant
* feat(assistant): support for assistant files and knowledge retrieval
* feat(agent): added example of agent
* feat: vercel configuration & github actions
0 commit comments