diff --git a/agents-sdk/README.md b/agents-sdk/README.md new file mode 100644 index 0000000..6419aa5 --- /dev/null +++ b/agents-sdk/README.md @@ -0,0 +1,39 @@ +

+ + + + Zeta Alpha + +

+

+ Build Intelligence and Drive Results +

+

+ Advanced AI solutions for the enterprise +

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