api icon indicating copy to clipboard operation
api copied to clipboard

feat: Star Search Agents refactor

Open jpmcb opened this issue 9 months ago • 0 comments

Description

This is a big refactor which re-organizes the StarSearch code and introduces the "agents" concept. Now, there is a "manager" agent that has access to smaller, specialized agents. This is in service of keeping the main system prompt lean and not having a ton of "if / else / if / else" in the prompt (which can confuse the LLM producing worse results.

Screenshot 2024-05-15 at 5 40 25 PM

See inline comments for more details.

Related Tickets & Documents

N/a - ongoing star search work.

Mobile & Desktop Screenshots/Recordings

Steps to QA

Tier (staff will fill in)

  • [ ] Tier 1
  • [ ] Tier 2
  • [ ] Tier 3
  • [x] Tier 4

jpmcb avatar May 14 '24 20:05 jpmcb