Skip to content

feat: add CrewAI APort verification decorator#118

Open
mawxcodehub wants to merge 1 commit into
aporthq:mainfrom
mawxcodehub:feature/crewai-aport-verify-decorator
Open

feat: add CrewAI APort verification decorator#118
mawxcodehub wants to merge 1 commit into
aporthq:mainfrom
mawxcodehub:feature/crewai-aport-verify-decorator

Conversation

@mawxcodehub

Copy link
Copy Markdown

Summary

  • Adds an @aport_verify decorator for CrewAI-style task callables.
  • Verifies with APort before task execution and raises APortVerificationError on deny/failure.
  • Includes examples for refund approval, data export, and repository merge task types.
  • Adds tests for allow, deny-before-execution, async tasks, dynamic context, and serialization.

Verification

  • python -m compileall src examples tests
  • PYTHONPATH=src python -m pytest -q

Closes #3.

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.

[Hacktoberfest] Build a CrewAI Task Verification Decorator

1 participant