Conversation
- 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.