simple_agent (agents v0.2.0)
View SourceSummary
Functions
Send a chat message with default settings
Send a chat message with optional settings
Send a streaming chat message with default settings
Send a streaming chat message with optional settings
Start the application
Start a simple agent as a gen_server
Stop the application
Functions
Send a chat message with default settings
Send a chat message with optional settings
-spec chat_stream(binary()) -> ok.
Send a streaming chat message with default settings
Send a streaming chat message with optional settings
-spec start() -> ok | {error, term()}.
Start the application
Start a simple agent as a gen_server
-spec stop() -> ok | {error, term()}.
Stop the application