Skip to content

Conversation

@rayruizhiliao
Copy link
Contributor

@rayruizhiliao rayruizhiliao commented Nov 5, 2025

@rayruizhiliao rayruizhiliao marked this pull request as ready for review November 6, 2025 00:33
@dimavrem22
Copy link
Contributor

since the purpose of this step is to identify potential sources of tokens, api keys, etc., i think there might be a more effective approach. we can...

  1. try to resolve the path to the searched substrings ourselves and provide those paths to the llm as context (basically telling it the answers); this way the llm just has to 'verify' that the paths are correct
  2. dump all of the transactions and session storage related items into a vectorstore and force the agent to query the vector store for these new files before returning a response to us
  3. [most complex version] do 1. and also give the llm explicit tools to parse the dicts we have (transaction response body or the session storage value)

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.

3 participants