Skip to content

sagentic-ai/sagentic-af

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

54 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

😎 Sagentic.ai Agent Framework

Visit sagentic.ai for more information.

Join our Discord server for support and discussions.

πŸ“¦ Installation

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

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

It will create my-project directory and set up a fresh Sagentic.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 Sagentic.ai Agent Framework can be found here.

πŸš€ Usage

Sagentic.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.