Overview

This page provides a high-level tour of the Julep repository so you know where to find key components and documentation.

Main Directories

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.

Developer Resources

Learn More

Refer to the Quick Start to try Julep right away and the Installation Guide for setup instructions.

Next Steps for Learning

[!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.