Skip to content

Conversation

@harshpreet931
Copy link
Collaborator

This pull request introduces additional hooks to the agent tool execution process, allowing for custom logic to be executed before and after LLM (Large Language Model) calls. This increases flexibility for monitoring, logging, or modifying behavior around LLM interactions.

Agent execution hooks:

  • Added support for before_llm_call and after_llm_call hooks, enabling custom logic to run immediately before and after LLM calls in the _execute_agent_tool function in jaf/core/agent_tool.py.

@harshpreet931 harshpreet931 merged commit cfbad76 into main Nov 19, 2025
@harshpreet931 harshpreet931 deleted the fix/passCallbacks branch November 19, 2025 08:50
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.

2 participants