@bazed-ai/bazed-af
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

😎 Bazed.ai Agent Framework

Visit bazed.ai for more information.

Join our Discord server for support and discussions.

📦 Installation

To create a new Bazed.ai Agent Framework project, run the following command and follow the instructions:

npx @bazed-ai/bazed-af init my-project

It will create my-project directory and set up a fresh Bazed.ai Agent Framework project there.

Remember to install dependencies with yarn or npm install!

See the documentation for more information.

📚 Documentation

The documentation for the Bazed.ai Agent Framework can be found here.

🚀 Usage

Bazed.ai Agent Framework comes with a dev server with hot reloading. To start it, run the following command:

yarn dev
# or
npm run dev

You can spawn agents locally by calling /spawn endpoint:

curl -X POST http://localhost:3000/spawn \
    -H "Content-Type: application/json" \
    -d '{"type": "my-project/MyAgent",
        "options": {
            ...
        }'

See the documentation for more information.

🤝 Contributing

Contributions, issues and feature requests are welcome!

Check our issues page.

📝 License

This project is MIT licensed.

See the LICENSE file.

Copyright (c) 2024 Ahyve Inc.

Readme

Keywords

none

Package Sidebar

Install

npm i @bazed-ai/bazed-af

Homepage

bazed.ai

Weekly Downloads

15

Version

0.1.0

License

MIT

Unpacked Size

250 kB

Total Files

69

Last publish

Collaborators

  • xiv-bazed-ai