@autonia/server
v0.1.25
Published
Express server for AgentGraph
Readme
@autonia/server
Express server with middleware and routing
Purpose
Provides HTTP server functionality with AGX-specific middleware and routing.
Features
- Express server setup
- AGX middleware
- API routing
- File upload handling
Installation
npm install @autonia/server
# or
pnpm add @autonia/server
# or
yarn add @autonia/serverUsage
import /* exports */ "@autonia/server";
// Usage examples will be added as the API stabilizesDependencies
This package depends on the following AGX packages:
- @autonia/actors
- @autonia/core
- @autonia/messages
- @autonia/types
- @autonia/auth
- @autonia/queue
Development
# Install dependencies
pnpm install
# Build the package
pnpm run build
# Run in development mode
pnpm run developLicense
MIT - See LICENSE file for details.
Contributing
This package is part of the AGX monorepo. Please see the main repository for contribution guidelines.
