Skip to content

feat: introduce policy and hook framework#192

Draft
skurzyp-blockydevs wants to merge 14 commits intomainfrom
feat/implement-policies
Draft

feat: introduce policy and hook framework#192
skurzyp-blockydevs wants to merge 14 commits intomainfrom
feat/implement-policies

Conversation

@skurzyp-blockydevs
Copy link
Contributor

Description:

Related issue(s):

Fixes #191

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

…icy example

Signed-off-by: skurzyp-blockydevs <stanislaw.kurzyp@blockydevs.com>
@skurzyp-blockydevs skurzyp-blockydevs self-assigned this Feb 18, 2026
@skurzyp-blockydevs
Copy link
Contributor Author

It's ready for a review but no policies were implemented yet. We will aim for parity with JS sdk so before merging this we should implement:

  1. reject tool call policy
  2. Audit Trail logger hook
  3. Max number of recipients for a transaction policy

skurzyp-blockydevs and others added 13 commits March 4, 2026 13:48
# Conflicts:
#	python/examples/langchain/poetry.lock
Signed-off-by: skurzyp-blockydevs <stanislaw.kurzyp@blockydevs.com>
…l` to `BaseToolV2`, refactor parameter handling and error management

Signed-off-by: skurzyp-blockydevs <stanislaw.kurzyp@blockydevs.com>
…`Tool` to `BaseToolV2`

Signed-off-by: skurzyp-blockydevs <stanislaw.kurzyp@blockydevs.com>
…aseToolV2`

Signed-off-by: skurzyp-blockydevs <stanislaw.kurzyp@blockydevs.com>
…o `BaseToolV2`

Signed-off-by: skurzyp-blockydevs <stanislaw.kurzyp@blockydevs.com>
…rom `Tool` to `BaseToolV2`

Signed-off-by: skurzyp-blockydevs <stanislaw.kurzyp@blockydevs.com>
…ndary_action` non-abstract

Signed-off-by: skurzyp-blockydevs <stanislaw.kurzyp@blockydevs.com>
Signed-off-by: skurzyp-blockydevs <stanislaw.kurzyp@blockydevs.com>
Signed-off-by: skurzyp-blockydevs <stanislaw.kurzyp@blockydevs.com>
Signed-off-by: skurzyp-blockydevs <stanislaw.kurzyp@blockydevs.com>
Signed-off-by: Piotr Kierzniewski <piotr.kierzniewski@blockydevs.com>
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.

Implement policies - py

2 participants