HackerTrans
トップ新着トレンドコメント過去質問紹介求人

n3on250

no profile record

投稿

[untitled]

1 ポイント·投稿者 n3on250·17 日前·0 コメント

Kuberna Labs – Open-source SDK for autonomous cross-chain AI agents

github.com
3 ポイント·投稿者 n3on250·4 か月前·0 コメント

Kuberna Labs – Open-source SDK for autonomous cross-chain AI agents

github.com
1 ポイント·投稿者 n3on250·4 か月前·1 コメント

Kuberna Labs: AI's Economic Engine

github.com
1 ポイント·投稿者 n3on250·4 か月前·0 コメント

コメント

n3on250
·4 か月前·議論
[dead]
n3on250
·4 か月前·議論
Hey HN,

I've been working on Kuberna Labs for a few months, and I'm excited to share the first public release. It's an open-source SDK and infrastructure that lets developers build AI agents capable of executing cross-chain transactions autonomously.

The Problem Building an agent that can actually do something on-chain (swap, lend, monitor) requires managing private keys, estimating gas, handling retries, and orchestrating cross-chain flows. It's a huge distraction from agent logic.

What Kuberna Does

Provides a unified SDK (@kuberna/sdk) to create, deploy, and manage agents.

Uses an intent-based architecture (ERC-7683) where agents express desired outcomes, and a solver network competes to fulfill them.

Supports TEE deployment (Phala, Marlin) for secure, verifiable execution.

Integrates zkTLS (Reclaim, zkPass) to fetch verified Web2 data privately.

Includes escrow contracts to lock funds until tasks are completed.

Tech Stack

Smart contracts: Solidity (Hardhat)

Backend: Node.js, Express, Prisma, PostgreSQL, Redis, NATS

SDK: TypeScript

Frontend: React, Wagmi

Current Status All core contracts are written and tested. The SDK is functional (see README for quickstart). We have a full Docker Compose setup for local development. Everything is open-source under the MIT license.

Looking for Feedback I'd love your thoughts on the architecture, the SDK API, and the overall vision. If you're building in the AI x Web3 space, I'd especially appreciate your input.

Repo: https://github.com/kawacukennedy/kuberna-labs

Thanks!