Skip to content

Implement the minimal version of task manager#197

Open
MalithaPrabhashana wants to merge 341 commits intomainfrom
minimal-version-task-manager
Open

Implement the minimal version of task manager#197
MalithaPrabhashana wants to merge 341 commits intomainfrom
minimal-version-task-manager

Conversation

@MalithaPrabhashana
Copy link
Copy Markdown
Collaborator

This version will be added as an example of the byLLM example in Jaseci repo.

udithishanka and others added 30 commits August 18, 2025 22:12
…ssage handling; add OffTopicChat node for non-Jac inquiries.
…egative sentiment about Jac/Jaseci; redirect unrelated queries politely.
…; enhance brand protection messaging in RagChat node
… 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
udithishanka and others added 23 commits September 9, 2025 08:23
…hitecture

Interview platform basic architecture
- 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…
feat: add back navigation button and improve iframe loading handling …
Copy link
Copy Markdown
Collaborator

@marsninja marsninja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment.

Comment on lines +66 to +68
TASK_HANDLING = "TaskHandling",
EMAIL_HANDLING = "EmailHandling",
GENERAL_CHAT = "GeneralChat"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dont think we need the = "TaskHandling" etc. Can just use comma's (The LLM will see the enum name).

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I tested it without using these strings inside the Enum. But then it couldn't identify the exact routing node. @marsninja

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.

Task manager lite version for byllm examples folder

7 participants