WorkspaceAgentInterfaceRemote

org.llm4s.shared.WorkspaceAgentInterfaceRemote
See theWorkspaceAgentInterfaceRemote companion class

Companion object for WorkspaceAgentInterfaceRemote with factory methods.

Attributes

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

Members list

Value members

Concrete methods

Create a new WorkspaceAgentInterfaceRemote with the given handler function.

Create a new WorkspaceAgentInterfaceRemote with the given handler function.

Value parameters

handler

A function that processes WorkspaceAgentCommands and returns WorkspaceAgentResponses

Attributes

Returns

A new WorkspaceAgentInterfaceRemote instance

Create a new WorkspaceAgentInterfaceRemote with a handler that wraps exceptions in ErrorResponses.

Create a new WorkspaceAgentInterfaceRemote with a handler that wraps exceptions in ErrorResponses.

Value parameters

handler

A partial function that processes WorkspaceAgentCommands and returns WorkspaceAgentResponses

Attributes

Returns

A new WorkspaceAgentInterfaceRemote instance with exception handling