Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sagentic-ai/sagentic-af
😎 Sagentic.ai Agent Framework - Sagentic.ai is a unified platform for building, running and scaling autonomous agents.
https://github.com/sagentic-ai/sagentic-af
ai artificial-intelligence autonomous-agents gpt-4 llm openai typescript
Last synced: 3 days ago
JSON representation
😎 Sagentic.ai Agent Framework - Sagentic.ai is a unified platform for building, running and scaling autonomous agents.
- Host: GitHub
- URL: https://github.com/sagentic-ai/sagentic-af
- Owner: sagentic-ai
- License: mit
- Created: 2023-12-31T12:23:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-07T01:35:09.000Z (about 1 month ago)
- Last Synced: 2025-01-02T09:48:46.820Z (6 days ago)
- Topics: ai, artificial-intelligence, autonomous-agents, gpt-4, llm, openai, typescript
- Language: TypeScript
- Homepage: https://sagentic.ai
- Size: 453 KB
- Stars: 68
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome_ai_agents - Bazed - Bazed Agent Framework, aimed at empowering developers to build autonomous agent swarms without requiring deep Python ML knowledge, is facilitating the creation of sophisticated systems through TypeScript for enhanced autonomy and reliability [github](https://github.com/bazed-ai/bazed-af) | [website](https://bazed.ai/) | [discord](https://discord.gg/VmEEUrc7dg) (Learning / Repositories)
README
# 😎 Sagentic.ai Agent Framework
Visit [sagentic.ai](https://sagentic.ai) for more information.
Join our [Discord server](https://discord.gg/VmEEUrc7dg) for support and discussions.
## 📦 Installation
To create a new Sagentic.ai Agent Framework project, run the following command and follow the instructions:
```bash
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](https://sagentic.ai/installation.html) for more information.
## 📚 Documentation
The documentation for the Sagentic.ai Agent Framework can be found [here](https://sagentic.ai/introduction.html).
## 🚀 Usage
Sagentic.ai Agent Framework comes with a dev server with hot reloading. To start it, run the following command:
```bash
yarn dev
# or
npm run dev
```You can spawn agents locally by calling `/spawn` endpoint:
```bash
curl -X POST http://localhost:3000/spawn \
-H "Content-Type: application/json" \
-d '{"type": "my-project/MyAgent",
"options": {
...
}'
```See the [documentation](https://sagentic.ai/first-agent.html) for more information.
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Check our [issues page](https://github.com/sagentic-ai/sagentic-af/issues).
## 📝 License
This project is [MIT](https://opensource.org/license/mit/) licensed.
See the [LICENSE](/LICENSE) file.
Copyright (c) 2024 Ahyve Inc.