project-ax
Official@project-ax
A modular framework for orchestrating sandboxed, secure, and persistent autonomous processes with multi-provider integration and typed IPC communication.
Agent Skills by project-ax
Showing 77 vetted skills indexed across 3 GitHub repositories.
linear_mcp
Simulate a Linear MCP server for end-to-end testing.
petstore
Provide a mock OpenAPI endpoint for testing Petstore API integrations.
ax-host
Orchestrate AX platform server actions, IPC, and request lifecycles.
ax-provider-system
Manage AI provider contracts, categories, and plugin-based implementations.
ax-agent
Configure sandboxed AI agent processes with IPC and tool management.
ax-cli
Execute AX CLI commands and manage npm provider packages.
ax-provider-storage
Manage persistent storage for message queues, conversations, sessions, and documents via a unified API.
ax-provider-web
Perform DNS-pinned HTTP fetches with SSRF protection and extract text.
ax-provider-development
Integrate new providers and categories into the AX platform with TypeScript contracts.
ax-provider-scheduler
Schedule and manage cron jobs, heartbeats, and active hours via AX's scheduler provider API.
ax-utils
Validate file paths and operate SQLite databases with utility functions.
ax-admin-dashboard-ui
Enforce a design system for admin dashboard UI components.
ax-provider-llm
Manage and modify AI language model providers with streaming chat completions.
ax-provider-skills
Automate Git-native skills pipeline parsing, manifest generation, and admin approval.
ax-logging-errors
Provides structured logging and error diagnosis for AX environments.
ax-provider-memory
Manage AI application memory with an embedding-based Cortex provider.
ax-persistence
Manage data persistence for AI agents with SQLite and PostgreSQL backends.
ax-provider-credentials
Store and inject agent and user credentials within a scope-based system.
ax-testing
Automate AX platform regression tests with Node.js and Bun test runners.
ax-debug
Debug and develop the AX personal AI agent across multiple development tiers.
ax-provider-eventbus
Manage typed pub/sub events across in-process and PostgreSQL transports.
ax-prompt-builder
Assemble and order prompt modules with token budgeting and tool filtering.
ax-onboarding
Configure AX personal AI agent profiles, LLM providers, and API keys.
ax-provider-database
Manage SQLite and PostgreSQL connections for AX applications via a unified factory.
Frequently Asked Questions About project-ax
FAQPage SchemaWhat specific tasks can be performed using this framework?▼
The framework enables structured logging, sandboxed code execution, persistent memory management via embeddings, and multi-channel communication. It supports complex operations like DNS-pinned web fetching, Zod-validated IPC messaging, and automated regression testing for UI components.
Which technical personas benefit from this architecture?▼
System architects, security engineers, and backend developers focused on building isolated, persistent, and observable autonomous systems. It is designed for those requiring strict control over provider contracts, security sandboxing, and typed event streaming.
What are the primary dependencies and runtime requirements?▼
The platform requires a TypeScript environment, Node.js, and Bun for test execution. It relies on SQLite or PostgreSQL for persistence, NATS JetStream for event bus operations, and Docker or Kubernetes for sandbox isolation.