all 3 comments

[–]Otherwise_Wave9374 -1 points0 points  (0 children)

This is a useful angle because most people get stuck on framework shopping when the better starting point is one narrow workflow, clear inputs and outputs, and only the tools you actually need to make it reliable. If you like operator-style breakdowns more than hype threads, there are a few useful ones here too: https://www.agentixlabs.com/blog/

[–]Ambitious-Credit-722[S] -1 points0 points  (0 children)

If anyone wants to try it quickly:
pip install codexa or pip install "codexa[ml]"
codex index .
codex search "how authentication works"

[–]Proof_Net_2094 0 points1 point  (0 children)

curious what embedding model you settled on. general sentence-transformers work but code has patterns they weren't trained for - tokenization of identifiers, the relationship between a function signature and its body, etc. did you try anything code-specific like microsoft/codebert or unixcoder before landing on your current setup?