sigil-wallet
v0.2.4
Published
The Local-First Autonomous Agentic Wallet for Solana
Maintainers
Readme
Sigil Core
The "Brain" and primary backend for Sigil. It orchestrates the LangGraph-based agents, handles the SQLite database initialization, manages the Guardrails security layer, and establishes the local HTTP/WebSocket Server.
Architecture Highlights
src/agent: LangGraph state machine and tool execution loop.src/wallet: Isolated layer for securekeytarsigning operations. No LLMs access this layer directly.src/lib:better-sqlite3data management and Guardrails validation logic.src/server: Express REST API (/api/) and Socket.io WebSocket server (/agent/<agentId>).bin: The CLI application entry points.
Development
Run the core dev server to boot up APIs on port 7445:
pnpm run dev