Package ai.acolite.agentsdk.examples
package ai.acolite.agentsdk.examples
-
ClassesClassDescriptionAgentConfigurationExampleAgentHandoffExampleAgentWithTracingExampleBasicTextOutputExampleExample demonstrating how to use OpenAI hosted tools.MemorySessionExampleMultiTurnExecutionExampleRealWorldRunContextExample demonstrates how RunContext would be used in a production e-commerce application with: - Custom context containing user auth, database connections, and services - Tools that access the context to perform operations - Safety mechanisms using tool approval for sensitive operations - Usage tracking for cost monitoringRunContextExample demonstrates the three primary use cases of RunContext: 1.SQLiteSessionExampleStreamingExampleStructuredOutputExampleData class for weather information.TracingExampleWellTypedToolsExample