microsoft / microsoft/semantic-kernel-java
Java: kernel can evaluate if a custom/locked plan is applicable to ask if not generate a new plan
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 276
- Forks
- 56
- Avg merge
- 17h 45m
- Merged PRs (30d)
- 4
Description
Need to have the ability to lock in a plan that is pre-defined by a developer. The plan can call plugins and prompts just like the dynamic plan that is returned by a planner.
When an ask is created from a user and comes into the kernel, the next step should be to look at the vector database to see if it can find a locked in place based on a description or ask set that the plan can achieve. If no plan can be found, then the next step is the normal flow of allowing a dynamic planner to process as normal.
,net issue microsoft/semantic-kernel#2314 for reference
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how an ask enters the kernel and how the dynamic planner is invoked. Review the vector database lookup and the handling of predefined plans that can use plugins and prompts. Done means an applicable locked plan is selected, while asks without one continue through the normal dynamic-planning flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- ai
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100