Skip to content

merge dev: agent registry, agentpay, agent api, rebrand, migrations, docs#1

Merged
aakarkun merged 19 commits into
mainfrom
dev
Feb 7, 2026
Merged

merge dev: agent registry, agentpay, agent api, rebrand, migrations, docs#1
aakarkun merged 19 commits into
mainfrom
dev

Conversation

@aakarkun
Copy link
Copy Markdown
Owner

@aakarkun aakarkun commented Feb 7, 2026

No description provided.

- supabase migration: agents, agent_wallets, audit_logs
- getsupabase() + types; @supabase/supabase-js
- get/post /api/agents, get /api/agents/[id], get/post /api/agents/[id]/wallets,
  get /api/agents/[id]/audit, post /api/audit
- /agents list, /agents/new form, /agents/[id] details + link wallet + deploy link
- audit: agent_created, wallet_linked
- supabase migration: invoices table
- get/post /api/invoices, get/patch /api/invoices/[id]
- /pay create invoice (agent + linked wallet, amount, token=eth default)
- /pay/[invoiceid] public pay page (eth or erc20 to governed wallet)
- /receipt/[invoiceid] status + tx_hash + explorer link
- audit: invoice_created, payment_sent, invoice_paid
- /wallets/create?returnto=... redirect after create; ?newwallet= for linking
- next.config: load supabase_url, supabase_anon_key from contracts .env
- .env.example: supabase_* documented (root + dashboard)
- optional: use when supabase not used; matches agents, agent_wallets, audit_logs, invoices
…igin, chain)

- signed message auth, replay guard with method in key, strict mode
- pay url origin: first value from comma-separated x-forwarded-*
…stAudit, postInvoices, postTransfersPropose)
…liza-adapter

- add GET /api/agent/health (no auth, cache-control: no-store)
- add GET /api/agent/handshake (auth, basePath in auth spec)
- add package @agentos/eliza-adapter (lexa-ready wrapper over @agentos/client)
- doc: quick test (node) in agent-api-example.md
@aakarkun aakarkun changed the title merge dev: agent registry, agentpay, agent api (shared lib + routes + client + eliza), rebrand, migrations, commit convention, readme status merge dev: agent registry, agentpay, agent api, rebrand, migrations, docs Feb 7, 2026
@aakarkun aakarkun self-assigned this Feb 7, 2026
@aakarkun aakarkun merged commit dddeca6 into main Feb 7, 2026
6 checks passed
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