>_Skillful
Need help with advanced AI agent engineering?Contact FirmAdapt
agentictrustlabs

agentictrustlabs

Organization

@agentictrustlabs

On GitHub since February 2026

31

Published Tools

0

Total Stars

3,573

Weekly Downloads

0

GitHub Followers

7

Public Repos

Published Tools

4 MCP Servers27 Agentsacross 2 categories

@agenticprimitives/agent-profile

richcanvas

Agent identity SDK: HCS-11-aligned typed profile schema (AgentCard), HCS-14 CAIP-10 nativeId helpers, mcpServer.verification methods (DNS TXT / signed URL / HTTP challenge / VP), canonical-JSON content-hash. Speaks identity-domain vocabulary only.

...more
MCP Servermcp
372/wk1 dir

@agenticprimitives/agent-account

richcanvas

ERC-4337 smart-account substrate: deterministic addressing, factory deployment, ERC-1271 signing, UserOp building.

Agentai-agents
1 dir

@agenticprimitives/audit

richcanvas

Append-only audit event schema + sink interface. Transport-agnostic; consumers wire concrete sinks (console / D1 / Cloud Logging / etc.).

...more
Agentai-agents
812/wk1 dir

@agenticprimitives/connect-auth

richcanvas

User authentication (passkey + SIWE + Google OAuth), JWT sessions, and pluggable signer interfaces.

Agentai-agents
1 dir

@agenticprimitives/connect

richcanvas

Agentic Connect — the SSO broker (spec 224 / ADR-0014). Mints CAIP-10-subject, no-owner AgentSessions (asymmetric + JWKS); drives entry-flow convergence (connect-auth verify → identity-directory resolve → issue/bootstrap/disambiguate) with assurance floor

...more
Agentai-agents
377/wk1 dir

@agenticprimitives/account-custody

richcanvas

Custody-layer SDK: CustodyPolicy ABI, CustodyAction enum + arg builders, EIP-712 typed-data helpers, and Custodian/Trustee/CustodyCouncil types. Speaks custody-domain vocabulary only — no delegation / steward / caveat concepts (those belong in @agenticpri

...more
Agentai-agents
1 dir

@agenticprimitives/agent-relationships

richcanvas

Agent relationships SDK: trust-fabric edge store (subject, object, relationshipType) with role taxonomy. Phase 1 ships edge-ID derivation + relationship-type constants + client skeleton; AgentRelationship.sol + RelationshipTypeRegistry.sol ports land in P

...more
Agentai-agents
1 dir

@agenticprimitives/agent-naming

richcanvas

Agent Naming Service SDK: hierarchical naming for Smart Agents (.agent TLD). Owns name normalization, namehash/labelhash, records schemas, and the AgentNamingClient (resolve / reverse / registry). Speaks naming-domain vocabulary only — no delegation / cav

...more
Agentai-agents
396/wk1 dir

@agenticprimitives/contracts

richcanvas

Solidity contracts + ABIs + flattened sources + per-network deployment addresses for the agenticprimitives stack.

Agentai-agents
549/wk1 dir

@agenticprimitives/identity-directory

richcanvas

Evidence-backed read model over canonical agents and their facets (ADR-0015 / spec 223). Declares the ports (NamingPort / OnChainReadPort / IndexerPort) + the query API with provenance + assurance. Not an authority; no eth_getLogs; no fallback. Adapters l

...more
Agentai-agents
432/wk1 dir

@agenticprimitives/delegation

richcanvas

EIP-712 smart-account delegations with caveats; web→agent→MCP token flow; session lifecycle.

MCP Servermcp
1 dir

@agenticprimitives/key-custody

richcanvas

Pluggable envelope encryption + signers + HMAC providers (local-AES / AWS KMS / GCP KMS). Pure crypto primitives; no session lifecycle (that's in delegation).

...more
Agentai-agents
1 dir

@agenticprimitives/ontology

richcanvas

Monorepo-wide formal vocabulary (RDFS/OWL T-box + SHACL/SKOS C-box + A-box fixtures) for agentic primitives. Off-chain source of truth the on-chain ontology (ADR-0009) instantiates. Ships TTL/JSON-LD artifacts + typed IRI constants.

...more
Agentai-agents
1 dir

@agenticprimitives/identity-directory-adapters

richcanvas

Port implementations for @agenticprimitives/identity-directory: NamingPort (wraps agent-naming), OnChainReadPort (viem readContract), IndexerPort (in-memory; SPARQL/GraphDB later). The one composition layer allowed to import agent-naming (spec 100 §4 / AD

...more
Agentai-agents
1 dir

@agenticprimitives/types

richcanvas

Cross-cutting branded types and chain primitives shared across @agenticprimitives/* packages.

Agentai-agents
1 dir

@agenticprimitives/mcp-runtime

richcanvas

Delegation-aware authorization middleware around the official MCP TypeScript SDK. The decision layer, not the SDK.

MCP Servermcp
1 dir

@agenticprimitives/content-primitives

richcanvas

Verifiable Content Substrate SDK: name, resolve, commit, entitlement-gate, and cite off-platform content controlled by third-party rights holders. Owns CanonicalLocus / CorpusManifest / ContentDescriptor / CitationAssertion / Entitlement (FRBR-aligned), d

...more
Agentai-agents
254/wk1 dir

@agenticprimitives/verifiable-credentials

richcanvas

W3C Verifiable Credentials envelope + Eip712Signature2026 proof + DOLCE+DnS Situation bases + ontology-shape schema registration. Substrate for layers 12–15 credential types.

...more
Agentai-agents
1 dir

@agenticprimitives/scripture-content-extension

richcanvas

Scripture vertical for the verifiable-content substrate: the Bible canon (OSIS book codes), a versioned versification model, the scripture.verse selector, and alias parsing (scripture:book.chapter.verse + tolerant forms) that normalizes many surface gramm

...more
Agentai-agents
1 dir

@agenticprimitives/fedcm-idp

richcanvas

FedCM IdP contract as pure builders + validators: web-identity manifest, provider config, accounts list, thin id-assertion claims, request validators. Generic; the app hosts + signs (ADR-0031).

...more
Agentai-agents
1 dir

@agenticprimitives/fedcm-rp

richcanvas

Relying-party FedCM wrapper: navigator.credentials.get({identity}) → IdP token. The FedCM strategy injected into browser-identity's chooseSignIn. FedCM-first, not FedCM-only (ADR-0031).

...more
Agentai-agents
1 dir

@agenticprimitives/attestations

richcanvas

AttestationRegistry SDK — EAS-aligned with bilateral consent. Owns Association + JointAgreement + Evidence + Outcome + Validation + TrustUpdate credential types asserted into a single on-chain registry per ADR-0023.

...more
Agentai-agents
1 dir

@agenticprimitives/geo-features

richcanvas

Off-chain geo CLAIM credentials + on-chain GeoFeatureRegistry helpers (spec 251). Features on chain; the agent↔feature claim is a private vault credential pointing to a (featureId, version).

...more
Agentai-agents
1 dir

@agenticprimitives/intent-resolver

richcanvas

Resolver layer skeleton (W1) — types + PassThroughResolver only. Full resolver engine deferred to W2.

Agentai-agents
1 dir

@agenticprimitives/related-agents

richcanvas

Private, holder-resident related-agent credentials (person↔org links as vault situation credentials, never on-chain edges — ADR-0025) + scoped-delegation read caveats + list-query shapes. Composes verifiable-credentials + delegation.

...more
Agentai-agents
1 dir

@agenticprimitives/payments

richcanvas

PaymentMandate + ContextBinding + MandateConstraints + open/closed mode discrimination. Three W1 rails (x402, wallet, sponsored-userop). PaymentReceipt asserted into AttestationRegistry per ADR-0023.

...more
Agentai-agents
140/wk1 dir

@agenticprimitives/fulfillment

richcanvas

FulfillmentCase lifecycle + Task/Message/Artifact (re-exported from mcp-runtime/a2a) + HandoffPolicy + EvidenceCredential + OutcomeCredential issuance.

...more
MCP Servermcp
1 dir

@agenticprimitives/a2a

richcanvas

Async, delegation-authorized Agent-to-Agent (A2A) task transport: Task/Message/Artifact runtime over a TaskStore port, JSON-RPC method handlers, SkillHandler dispatch, the A2aWireAdapter client, and scoped-grant caveat builders. Transport-agnostic core (s

...more
Agentai-agents
1 dir

@agenticprimitives/agreements

richcanvas

Commitment-only AgreementRegistry SDK. Owns AgreementCredential shape (PD-22) + commitment math + bilateral status transitions + joint-assertion gateway.

...more
Agentai-agents
241/wk1 dir

@agenticprimitives/agent-skills

richcanvas

Off-chain skill CLAIM credentials + on-chain SkillDefinitionRegistry helpers (spec 251). Definitions on chain; the agent↔skill claim is a private vault credential pointing to a (skillId, version).

...more
Agentai-agents
1 dir

@agenticprimitives/intent-marketplace

richcanvas

Direct Lane intent matchmaking. Intent + ConstraintSet + AssumptionSet + ResolutionReceipt + IntentMatch + composite-score ranking. Resolver layer 4 folded into PassThrough stub in W1.

...more
Agentai-agents
1 dir