A framework for agentic workflow creation and deployment
Stars
259
Forks
34
Watchers
259
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
281
commits
Finished with threads and admin features implementation
be080f6View on GitHubWell, Threads seems to be properly implemented. There are still a few things (user interactions / chat_resume after a user interaction needs to add thread id to the mix, otherwise it will need to look for the msg in all the chat threads, and maybe some tasks could now return their outputs in a thread instead of in the message list) but everything looks functional. Its quite neat what you can do with it
01eeb79View on GitHubStill working on the threads. Now about 95% done, at least with the implementation and basic testing
a07232eView on GitHubCloser to full chat thread implementation. About 85% there
64b60bbView on GitHubStill fixing the new thread implementation. Missing about 25%
e697878View on GitHubInitial implementation of threads in chats across the project
f690bdeView on GitHubtrying to finish fixing the issues with the select options dialog
a1e1c57View on GitHubAdded a dev dockerfile for workflow, added the workflow route to backend to use the new way of authenticating itself with the added middleware. Added or fixed the encryption for a few other collections in backend. Created a LoginCard component for the frontend for login and registration, improved the admin tools and created the UserDetail and its dialog.
4dbd030View on GitHubAdded a structured storage collection to the db to hold admin data, updated the users to have user stats, updated api config to be encrypted, and created the new routes and utils to manage users api config sharing as an admin
6582d93View on GitHubAdded terms and privacy policy, and fixed the menus a bit
f1702eaView on GitHubAdded encryption to the main references, added oath, and updated the user interface a bit
df860f6View on GitHub