@axiomkit/create-agent
v0.1.19
Published
CLI to bootstrap Axiomkit agents
Readme
🧪 @axiomkit/create-agent
A CLI tool for quickly bootstrapping Axiomkit agents with minimal setup.
🚀 Usage
To create a new agent named my-agent, run:
Using npx (Recommended)
npx @axiomkit/create-agent my-agentGlobal Installation
Alternatively, you can install the package globally and then run the command:
npm install -g @axiomkit/create-agentThen, you can simply use:
create-agent my-agent⚙️ Options
You can specify providers directly when creating a new agent using the following flags:
npx @axiomkit/create-agent my-agent --telegram --cliAvailable Providers
- --cli – Include the CLI provider
- --telegram – Include the Telegram provider
- --all – Include all available providers
- --twitter – (Upcoming)
- --discord – (Upcoming)
💡 If no providers are specified, the CLI will prompt you to select which ones to include interactively.
🛠️ What It Does
This tool automates the initial setup by performing the following actions:
- Creates a new directory for your agent (or uses the current one if specified).
- Sets up package.json with all necessary dependencies.
- Generates an index.js file pre-configured with your selected providers.
- Creates a .env.example file, outlining all required environment variables.
- Installs all project dependencies.
📦 License
MIT ©Axiomtkit
