@axiom-lattice/web
v0.1.33
Published
Axiom Lattice Web is the frontend web application for the Axiom Lattice AI agent platform.
Downloads
1,366
Readme
@axiom-lattice/web
Axiom Lattice Web is the frontend web application for the Axiom Lattice AI agent platform.
Features
- Chat Interface: Complete chat interface powered by
@axiom-lattice/react-sdk - Agent Management: View and manage AI agents
- Agent Relationships: Visualizes parent-child relationships between agents
Configuration
- Default Web Port:
4000 - Default Gateway Connection:
http://localhost:4001
Getting Started
Running the development server
pnpm devThe development server will start at http://localhost:4000.
Building for production
pnpm buildThis will:
- Build the React application with Vite
- Build the server script for CLI usage
Running the production server
pnpm startUsing npx (after publishing)
# Start directly with npx (default port 4000)
npx @axiom-lattice/web
# Start on a custom port
npx @axiom-lattice/web --port 8080
npx @axiom-lattice/web -p 8080
# Use environment variable
PORT=8080 npx @axiom-lattice/webLearn More
To learn more about Refine, please check out the Documentation
License
MIT
