Implement the minimal version of task manager#197
Open
MalithaPrabhashana wants to merge 341 commits intomainfrom
Open
Implement the minimal version of task manager#197MalithaPrabhashana wants to merge 341 commits intomainfrom
MalithaPrabhashana wants to merge 341 commits intomainfrom
Conversation
…nality and improved UI interactions
…mbedding functionality
…ssage handling; add OffTopicChat node for non-Jac inquiries.
…egative sentiment about Jac/Jaseci; redirect unrelated queries politely.
…nts and .gitignore
…; enhance brand protection messaging in RagChat node
…uring chat interactions.
… updated version for improved functionality and maintainability.
…nd methods; remove unnecessary self parameter in method definitions.
…description, architecture details, and setup instructions.
Implement user input classification for tasks and chats; enhance inte…
Update README.md for improved clarity and structure; enhance project …
…latest-2.1.15 updated agent utils to latest
Add search_memories functionality
…otary Content creator doc non mandotary
…hitecture Interview platform basic architecture
…hitecture readme changed
Content creator has4
…gestions and improve UI elements
- Implemented a new API to provide relevant documentation suggestions based on user messages with section-level granularity. - Introduced methods for loading section links from a JSON file and matching user queries against these sections. - Enhanced keyword matching for specific programming concepts, including "beyond oop," "agentic programming," and AI/LLM integration. - Added functionality to sort suggestions by relevance and remove duplicates. - Default suggestions are provided if no matches are found, focusing on introductory content.
refactor: update documentation panel to reset selected doc on new sug…
…in DocumentationPanel
feat: add back navigation button and improve iframe loading handling …
Implement Task Manager using LangGraph
…iframe instead of a new tab
…ionPanel and DocumentationService
marsninja
requested changes
Sep 12, 2025
Comment on lines
+66
to
+68
| TASK_HANDLING = "TaskHandling", | ||
| EMAIL_HANDLING = "EmailHandling", | ||
| GENERAL_CHAT = "GeneralChat" |
Collaborator
There was a problem hiding this comment.
Dont think we need the = "TaskHandling" etc. Can just use comma's (The LLM will see the enum name).
Collaborator
Author
There was a problem hiding this comment.
Yeah I tested it without using these strings inside the Enum. But then it couldn't identify the exact routing node. @marsninja
f5e9ffe to
abde3ac
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This version will be added as an example of the byLLM example in Jaseci repo.