From 5af942a20e1f0293a56e9288c09e2ce896877620 Mon Sep 17 00:00:00 2001 From: Julep Developers Date: Sun, 22 Sep 2024 17:13:08 +0000 Subject: [PATCH 1/3] fix: Remove unnecessary docker compose dependencies --- agents-api/docker-compose.yml | 3 --- scheduler/docker-compose.yml | 2 -- 2 files changed, 5 deletions(-) diff --git a/agents-api/docker-compose.yml b/agents-api/docker-compose.yml index 84aae7e7c..0770ded61 100644 --- a/agents-api/docker-compose.yml +++ b/agents-api/docker-compose.yml @@ -72,9 +72,6 @@ services: build: context: . dockerfile: Dockerfile.worker - depends_on: - temporal: - condition: service_started develop: watch: diff --git a/scheduler/docker-compose.yml b/scheduler/docker-compose.yml index 090b0d7be..e0f86ec9d 100644 --- a/scheduler/docker-compose.yml +++ b/scheduler/docker-compose.yml @@ -62,8 +62,6 @@ services: image: temporalio/ui:latest profiles: - temporal-ui - depends_on: - - temporal environment: - TEMPORAL_ADDRESS=${TEMPORAL_ADDRESS:-temporal:7233} - TEMPORAL_CORS_ORIGINS=${TEMPORAL_CORS_ORIGINS:-http://localhost:3000} From 416459cf3880d011ae19ec3de8015689e979ef24 Mon Sep 17 00:00:00 2001 From: Diwank Singh Tomer Date: Sun, 22 Sep 2024 20:00:37 -0400 Subject: [PATCH 2/3] fix: Fix litellm config for voyage-3 Signed-off-by: Diwank Singh Tomer --- llm-proxy/litellm-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llm-proxy/litellm-config.yaml b/llm-proxy/litellm-config.yaml index 91d2a2c09..733cd0ec4 100644 --- a/llm-proxy/litellm-config.yaml +++ b/llm-proxy/litellm-config.yaml @@ -87,7 +87,7 @@ model_list: - model_name: voyage-3 litellm_params: - model: "voyage/voyage-large-2" + model: "voyage/voyage-3" api_key: os.environ/VOYAGE_API_KEY tags: ["paid"] From d54ee561f0c6830ef5757c3fa1a162b669e886f0 Mon Sep 17 00:00:00 2001 From: Julep Developers Date: Mon, 23 Sep 2024 20:38:25 +0000 Subject: [PATCH 3/3] doc: Update README.md with announcement details --- README.md | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a45e07dfb..0f49831ff 100644 --- a/README.md +++ b/README.md @@ -45,15 +45,33 @@ Build powerful AI applications with stateful agents, complex workflows, and inte ## 🚀 Upcoming Release: v0.4 Alpha -
- Announcing v0.4 Alpha -
+**Release Date**: October 7 (Hacktoberfest Launch) + +We are thrilled to announce the upcoming release of **Julep v0.4 Alpha** on **October 7**, just in time for **Hacktoberfest**! + +### **Key Highlights** + +#### **New Feature: Tasks** + +- **Autonomous Workflows**: Unlock the ability for agents to perform long-term, multi-step tasks autonomously. Define complex workflows that enable your agents to operate with minimal intervention. + +- **Harness OpenAI's o1 Models**: Leverage the advanced reasoning and planning capabilities of OpenAI's o1 models. Perfect for orchestrating intricate and prolonged tasks that require sophisticated understanding and execution. + +- **100+ Integrations**: Seamlessly integrate with popular tools and APIs, including **GitHub**, **Salesforce**, **File Manager**, **Code Execution**, and more. Expand your agents' capabilities to perform a wide range of actions. + +#### **Rewritten from Scratch Based on Developer Feedback** + +- **Enhanced Doc Search**: Experience a significant improvement in document retrieval. Agents can now access the most relevant information faster, ensuring more accurate and contextually appropriate interactions. + +- **Easier to Use**: We've streamlined the user experience with simplified APIs and more intuitive interfaces. Building powerful AI applications is now more straightforward than ever. + +- **Multi-Agent Sessions**: Support for sessions with multiple agents and users. Enable complex interaction patterns, collaborative problem-solving, and more dynamic conversations within your applications. -We're excited to announce that v0.4 is currently in alpha! This release brings significant improvements and new features. Stay tuned for the official release. +- **Extensive Integrations**: Incorporate a multitude of popular tools and services directly into your AI applications, enhancing functionality and providing richer experiences for your users. -For a comprehensive overview of Julep's core concepts and upcoming features, check out our [detailed concepts guide](docs/julep-concepts.md). +### **Call to Action** -Looking for the previous version? You can find the [v0.3 README here](v0.3_README.md). +- **Join Our Discord Community**: Be among the first to access Julep v0.4 Alpha! [Join our Discord](https://discord.com/invite/JTSBGRZrzj) to get early access and API keys. Engage with other developers, share your projects, and provide feedback. ---