feat(typescript): Full SDK parity — PolicyEngine + Identity + tests#269
Merged
imran-siddique merged 3 commits intomainfrom Mar 15, 2026
Merged
feat(typescript): Full SDK parity — PolicyEngine + Identity + tests#269imran-siddique merged 3 commits intomainfrom
imran-siddique merged 3 commits intomainfrom
Conversation
Replace generic tagline 'Application-level security middleware for autonomous AI agents' with Option B: 'Runtime governance for AI agents — the only toolkit covering all 10 OWASP Agentic risks with 6,100+ tests' Also update subtitle to highlight all three key differentiators: - Agent ACTIONS (not LLM outputs): 'Governs what agents DO, not just what they say' - OWASP 10/10 coverage (unique to this toolkit) - One pip install full stack Resolves: Update repo tagline and positioning for discoverability Co-authored-by: imran-siddique <45405841+imran-siddique@users.noreply.github.com>
PolicyEngine parity: - Rich Policy document model (apiVersion, scope, default_action) - Expression-based conditions (equality, comparison, in/not-in, and/or) - Configurable conflict resolution (deny-overrides, allow-overrides, priority-first-match, most-specific-wins) - PolicyConflictResolver with full strategy dispatch - Rich PolicyDecisionResult (matchedRule, policyName, timing, approvers) - Rate limiting support (e.g., '100/hour') - Policy scoping (agent, agents, wildcard) - Backward compatible with v0.1 flat rules API AgentIdentity parity: - Lifecycle management (active/suspended/revoked) with state transitions - Capability wildcards (*, prefix:*) - Delegation chains with capability narrowing - JWK/JWKS import/export (RFC 7517) - W3C DID Document export - Metadata (name, description, sponsor, organization, expiresAt) - IdentityRegistry with sponsor indexing and cascade revocation Tests: 136 total (57 existing + 79 new parity tests), all passing Types: clean compile, zero errors Closes #229 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Dependency ReviewThe following issues were found:
|
This was referenced Mar 15, 2026
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TypeScript SDK Full Parity (closes #229)
Brings the @agentmesh/sdk\ TypeScript package to full feature parity with the Python and .NET SDKs.
PolicyEngine Parity
ot in, boolean, compound \�nd/\or, nested dot paths
AgentIdentity Parity
Tests