Overview of the repository structure and key resources for Julep developers
This page provides a high-level tour of the Julep repository so you know where to find key components and documentation.
agents-api/
Core FastAPI service that defines agents, tasks, sessions, and runs workflows.
memory-store/
PostgreSQL-based service used for vector storage and other persistent data.
integrations-service/
Houses adapters for external services and tools that agents can call.
sdks/
Submodules containing the Python and Node.js SDK implementations.
typespec/
directory. The generated OpenAPI spec is available at openapi.yaml
.Refer to the Quick Start to try Julep right away and the Installation Guide for setup instructions.
[!TIP] 💡 Checkout more tutorials in the Tutorials section of the documentation.
💡 If you are a beginner, we recommend starting with the Quickstart Guide.
💡 If you are looking for more ideas, check out the Ideas section of the repository.
💡 If you are more into cookbook style recipes, check out the Cookbook section of the repository.