GenericAgentEnvironment
class GenericAgentEnvironment(agentId: String, logger: KLogger, toolRegistry: ToolRegistry, serializer: JSONSerializer) : AIAgentEnvironment(source)
Represents base agent environment with generic abstractions.
Constructors
Link copied to clipboard
constructor(agentId: String, logger: KLogger, toolRegistry: ToolRegistry, serializer: JSONSerializer)