stellar-agentic-framework

Solid

Eval-driven coding harness for building production Stellar dApps. Routes tasks to 6 specialist agents, verifies output with structured evals, steers on failure, e2e-tests with Stellar Agentic Kit hooks, and knowledge-graphs every project. Use when building any Stellar app — tokens, DeFi, NFTs, payment APIs, or full dApps with smart contracts + frontend + backend.

AI & Automation 18 stars 0 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Stellar Agentic Framework Build production Stellar dApps with an eval-driven, multi-agent coding harness. ## When to Use - Building a Stellar smart contract (token, DeFi, NFT, zk) - Scaffolding a full dApp with wallet connect + contract interaction - Setting up x402 payment middleware for a paid API - Creating a Stellar frontend with Stellar Wallets Kit - Writing backend services that query Stellar chain data - Need eval-driven quality gates for Stellar development ## How It Works The harness routes your request to 6 specialist agents running in parallel, verifies every output against structured evals, steers on failure (max 3 retries), and produces an eval report. ``` User Request → Route to Agents → Parallel Build → Verify with Evals → Report ┌──────────────┐ │ @contracts │ │ @frontend │ │ @backend │ │ @payments │ │ @ops │ │ @zk │ └──────────────┘ ``` ## Setup ### Install the Framework ```bash npx create-stellar-agentic my-dapp cd my-dapp npm install ``` This scaffolds a full project with contracts, frontend, and backend templates. ### Or Install as a Skill Only ```bash npx create-stellar-agentic --skill-only . ``` Or from the registry: ```bash npx skills add ryl...

Details

Author
rylsherdamz-rgb
Repository
rylsherdamz-rgb/stellar-agentic-framework
Created
3 weeks ago
Last Updated
3 days ago
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category