A community to discuss AI, SaaS, GPTs, and more.

Welcome to AI Forums – the premier online community for AI enthusiasts! Explore discussions on AI tools, ChatGPT, GPTs, and AI in entrepreneurship. Connect, share insights, and stay updated with the latest in AI technology.


Join the Community (it's FREE)!

Hi, this is Ishita from Julep.ai

New member
Messages
2
Hi👋 , this is Ishita from Julep AI

We just open-sourced our tech - GitHub

An Open-Source Backend for Building Stateful AI Apps

Features:
📃 Managed Conversation History
🧙 Automatic Context Management
🔁 Switch LLMs on the fly
🔗 90+ ready-to-use tools using https://composio.dev/
🔎 Built-in document retrieval

🛠️ How to use?
Run all services = docker compose up
Create an agent | client.sessions.create
Create a user | client.users.create
Create a session | client.sessions.create
Deploy! | client.sessions.chat()

That's it. Here's the Github repository. Let us know what you think on Discord.

Examples:
1. ⁠Simple Conversational Bot (you can run this and talk to it): https://deepnote.com/app/julep-ai-761c/Julep-Mixers-4dfff09a-84f2-4278-baa3-d1a00b88ba26
2.⁠ ⁠Discord Bot with Long-Term Memory (on replit): https://replit.com/@alt-glitch/LLM-App-with-Long-Term-Memory
3.⁠ ⁠AI Dungeon Master: https://github.com/julep-ai/julep-examples/tree/main/dungeon-master
4.⁠ ⁠Community Feedback Agent: https://github.com/julep-ai/julep-examples/tree/main/community-feedback
 
Top