ContextManager

org.llm4s.context.ContextManager
See theContextManager companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def create(tokenCounter: ConversationTokenCounter, config: ContextConfig, llmClient: Option[LLMClient], artifactStore: Option[ArtifactStore]): Result[ContextManager]

Create context manager with configuration and LLM client

Create context manager with configuration and LLM client

Attributes

def withDefaults(tokenCounter: ConversationTokenCounter, llmClient: Option[LLMClient], artifactStore: Option[ArtifactStore]): Result[ContextManager]

Create context manager with default configuration

Create context manager with default configuration

Attributes