Skip to content

Releases: worldcoin/agentkit

@worldcoin/agentkit@0.2.0

29 Apr 06:10
f87b798

Choose a tag to compare

Minor Changes

  • 434407c: Add an EVM-only createAgentkitClient pre-payment client for x402 calls and an agentkit status command for AgentBook registration checks.

Patch Changes

  • @worldcoin/agentkit-core@0.2.0

@worldcoin/agentkit-core@0.2.0

29 Apr 06:10
f87b798

Choose a tag to compare

@worldcoin/agentkit-core@0.2.0

@worldcoin/agentkit-cli@0.2.0

29 Apr 06:10
f87b798

Choose a tag to compare

Minor Changes

  • 434407c: Add an EVM-only createAgentkitClient pre-payment client for x402 calls and an agentkit status command for AgentBook registration checks.

@worldcoin/agentkit@0.1.8

16 Apr 21:48
e5fab44

Choose a tag to compare

Patch Changes

  • 24fe7a2: fix: replace workspace:^ with semver range for agentkit-core dependency
    • @worldcoin/agentkit-core@0.1.8

@worldcoin/agentkit-core@0.1.8

16 Apr 21:48
e5fab44

Choose a tag to compare

@worldcoin/agentkit-core@0.1.8

@worldcoin/agentkit@0.1.7

13 Apr 18:22

Choose a tag to compare

Patch Changes

  • b31b4b7: Make AgentBook lookup chain-agnostic from the caller side.

    createAgentBookVerifier() now always resolves against the canonical AgentBook
    deployment on World Chain (eip155:480), regardless of which chain the agent's
    signature was produced on or which chain your paid route runs on.

    lookupHuman(address) no longer takes a chainId parameter — the argument was
    already ignored in the default path, so the call site cleanup is the only
    change integrators need to make. AgentBookOptions is unchanged; rpcUrl and
    contractAddress still work, now with "custom World Chain RPC" and "custom
    AgentBook contract on World Chain" semantics.

  • Updated dependencies [b31b4b7]

    • @worldcoin/agentkit-core@0.1.7

@worldcoin/agentkit-core@0.1.7

13 Apr 18:22

Choose a tag to compare

Patch Changes

  • b31b4b7: Make AgentBook lookup chain-agnostic from the caller side.

    createAgentBookVerifier() now always resolves against the canonical AgentBook
    deployment on World Chain (eip155:480), regardless of which chain the agent's
    signature was produced on or which chain your paid route runs on.

    lookupHuman(address) no longer takes a chainId parameter — the argument was
    already ignored in the default path, so the call site cleanup is the only
    change integrators need to make. AgentBookOptions is unchanged; rpcUrl and
    contractAddress still work, now with "custom World Chain RPC" and "custom
    AgentBook contract on World Chain" semantics.