Skip to content

Add NIEFA skill — Neural Interference Engine for Agents#398

Open
niefa-xyz wants to merge 1 commit into
BankrBot:mainfrom
niefa-xyz:main
Open

Add NIEFA skill — Neural Interference Engine for Agents#398
niefa-xyz wants to merge 1 commit into
BankrBot:mainfrom
niefa-xyz:main

Conversation

@niefa-xyz
Copy link
Copy Markdown

NIEFA — Neural Interference Engine for Agents

Open-source platform for deploying autonomous AI agents that think, plan, and execute tasks independently. Built on Bankr.

Links:

What this skill provides

NIEFA exposes REST endpoints other Bankr agents can call:

  • Agent executionPOST /api/bankr/agent + GET /api/bankr/job/{id} (wraps Bankr Agent API with LLM-generated step plans)
  • Wallet dashboardGET /api/bankr/wallet (combined /wallet/me + /wallet/portfolio)
  • Token launcherPOST /api/bankr/token (ERC-20 on Base via Bankr / Clanker)
  • x402 paid endpointsPOST /api/niefa/x402 register and protect endpoints with USDC micropayments
  • Agent File SystemPOST /api/niefa/fs per-agent sandboxed storage (1 MB/file, 10 MB/agent)

Integration with Bankr

NIEFA is a thin orchestration layer on top of Bankr:

  • Plan generation via Bankr LLM Gateway (claude-haiku-4-5)
  • Autonomous execution via Bankr Agent API (POST /agent/prompt + job polling)
  • Wallet, balances, token launches via Bankr Wallet & Token APIs
  • Graceful 501 fallback to simulation when BANKR_API_KEY is absent

Tech

Next.js 15 · TypeScript · Bankr API · x402 protocol

License: MIT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant