Chat Sessions

All chat sessions are persisted on KiloLend’s backend, running on AWS infrastructure and managed by the Strands Agents Framework. This framework handles memory, state management, and AI inference, and interfaces with multiple AI models to support a scalable, multi-agent orchestration system.


Session Limits

At the moment:

  • Each user can have up to 8 active chat sessions

  • You should manage sessions carefully to stay within this limit

  • Any session can be deleted from the Settings page

📝 Tip: Create separate sessions for different goals (e.g., passive yield, trading, testing).


Memory Optimization & Long Conversations

As a chat session grows longer, the Strands Agents Framework automatically:

  • Identifies and retains the most important context

  • Removes less relevant history

  • Optimizes memory usage without losing intent

This allows you to continue chatting naturally without worrying about long conversations or degraded performance.

Last updated