The OpenAgents platform contains three core intelligences, each designed for a different task type:
- data intelligentIt supports data analysis using Python and SQL, and can process data files uploaded by users (e.g. CSV, JSON format) to generate visual charts and reports. For example, users can input "analyze sales data and draw trend graphs", and the intelligent body will automatically write and execute code to complete the analysis.
- Plug-in IntelligentsiaThe smartphone integrates more than 200 third-party plug-ins, covering daily scenarios such as weather query, online shopping, and scientific calculations. For example, if you use natural language commands to "check the weather in Shanghai in the next three days" or "book a flight ticket from Beijing to Hong Kong", the intelligent body will automatically call the corresponding plug-in to return the results.
- Web IntelligenceIt is capable of autonomous web browsing and performing tasks such as search engine queries and information extraction. For example, by typing "find information about the 2024 AI summit", the intelligence will simulate the operation of a browser and organize key content.
This answer comes from the articleOpenAgents: Open Source Platform Supports Linguistic Intelligentsia to Perform Data Analysis and Daily TasksThe