Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
frejonb committed Sep 12, 2024
1 parent ab9f46c commit 069f6c2
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions agents-sdk/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<p align="center">
<a href="https://zeta-alpha.com">
<source media="(prefers-color-scheme: dark)" srcset="https://search.zeta-alpha.com/assets/img/zeta-logo-full-white.svg">
<source media="(prefers-color-scheme: light)" srcset="https://search.zeta-alpha.com/assets/img/zeta-logo-full-black.svg">
<img src="https://search.zeta-alpha.com/assets/img/zeta-logo-full-black.svg" alt="Zeta Alpha">
</a>
</p>
<p align="center">
<b>Build Intelligence and Drive Results</b>
</p>
<p align="center">
<em>Advanced AI solutions for the enterprise</em>
</p>

The Agents SDK is designed to provide a flexible, scalable, and efficient framework for building, testing, and deploying LLM agents.

# Quick Start

Create your first conversational AI agent.

```bash
# Install the package
pip install zetaalpha.rag-agents

# Initialize a new project
rag_agents init

# Start the development UI
rag_agents dev
```

https://github.com/user-attachments/assets/ecb56abe-d3b7-4d95-9f6c-78d1e92d864f

For more detailed information and resources, check out the following:

- [Tutorials](https://docs.zeta-alpha.com/gen-ai/customize/getting-started): Step-by-step tutorials to guide you through specific tasks and help you get started quickly.
- [Guides](https://docs.zeta-alpha.com/gen-ai/customize/guides): Practical how-to guides that provide solutions to common problems and use cases.
- [Advance Topics](https://docs.zeta-alpha.com/gen-ai/customize/advanced): In-depth explanations of concepts, features, and the underlying technology to help you understand how things work.
- [Reference](https://docs.zeta-alpha.com/gen-ai/customize/reference): Detailed reference material, including API documentation, configuration options, and command-line tools.

0 comments on commit 069f6c2

Please sign in to comment.