You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[AgentManager.swift](ConvoAI/Classes/Manager/AgentManager.swift)| Conversational AI API implementation and models|
55
+
|[AgentManager.swift](ConvoAI/Classes/Manager/AgentManager.swift)| Conversational AI API implementation |
54
56
|[RTCManager.swift](ConvoAI/Classes/Manager/RTCManager.swift)| RTC related implementations |
55
57
|[AgentPreferenceManager.swift](ConvoAI/Classes/Manager/AgentPreferenceManager.swift)| Agent state management |
56
58
|[Main/](ConvoAI/Classes/Main)| UI components and view cotrollers |
57
59
|[Main/Chat](ConvoAI/Classes/Main/Chat)| Chat view and controllers |
58
60
|[AgentInformationViewController.swift](ConvoAI/Classes/Main/Setting/VC/AgentInformationViewController.swift)| Information dialog showing agent status |
59
61
|[AgentSettingViewController.swift](ConvoAI/Classes/Main/Setting/VC/AgentSettingViewController.swift)| Settings dialog for agent configuration |
60
62
|[Utils/](ConvoAI/Classes/Utils)| Utility classes and helper functions |
When interacting with conversational agents, you may need real-time subtitles to display your conversations with the agent.
68
+
- To implement this feature, you need to use the [Open Source Subtitle Processing Module](ConvoAI/Classes/Utils/SubRender)
69
+
- ⚠️ The Open Source subtitle processing module is developed in Swift. If your project is a pure OC project, you can refer to Apple's official documentation [Importing Swift into Objective-C](https://developer.apple.com/documentation/swift/importing-swift-into-objective-c) to integrate the corresponding files into your project
0 commit comments