HackerTrans
TopNewTrendsCommentsPastAskShowJobs

n3on250

no profile record

Submissions

[untitled]

1 points·by n3on250·17 дней назад·0 comments

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

github.com
3 points·by n3on250·4 месяца назад·0 comments

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

github.com
1 points·by n3on250·4 месяца назад·1 comments

Kuberna Labs: AI's Economic Engine

github.com
1 points·by n3on250·4 месяца назад·0 comments

comments

n3on250
·4 месяца назад·discuss
[dead]
n3on250
·4 месяца назад·discuss
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!