WyseOS
HomepagePython SDKUser Manual
WyseOS

Introduction

πŸ“– DocumentationπŸ“œ Concepts

Users

πŸ“‹ User Manual
🎯 Intent
πŸ€–οΈ Agents
BrowserCoderSearchGuardianFile AnalystArtistSummaryBuilder
πŸ‘₯ Teams
🧠 Memory
πŸ“š Knowledge Base
βš™οΈ Model
πŸ’³ Credits

Developers

πŸš€ Python SDK

Changelogs

Others

Contact Us
πŸ“‹ User ManualπŸ€–οΈ Agents

File Analyst

Concept

File Analyst is an intelligent file analysis assistant, which can convert more than 15 file formats, including Office documents, PDF, pictures and audio, into Markdown format for processing and analysis through hierarchical architecture and extensible conversion module.

As a highly modular tool, it not only supports intelligent identification and conversion of local files, but also can process online content such as Wikipedia and YouTube through special converters. At the same time, it provides core functions such as Viewport management and content navigation, which makes file analysis and content acquisition simple and efficient.

Components

Image

Supported File Types

File TypeConverterFile TypesDescription
DocumentPlainTextConverter.txtPlain text file
HtmlConverter.html, .htmHTML web page file
PdfConverter.pdfPDF document
DocxConverter.docxWord document
XlsxConverter.xlsxExcel workbook (new format)
XlsConverter.xlsExcel workbook (old format)
PptxConverter.pptxPowerPoint presentation
IpynbConverter.ipynbJupyter Notebook
EpubConverter.epubE-book format
MediaImageConverter.jpg, .jpeg, .png, .gif, .bmpImage file
AudioConverter.mp3, .wav, .oggAudio file
NetworkRssConverter.rss, .xmlRSS feed
WikipediaConverterN/AWikipedia page content
YouTubeConverterN/AYouTube video content
SpecialOutlookMsgConverter.msgOutlook email message
ZipConverter.zipCompressed file
DocumentIntelligenceConvertermiscAI-enhanced document understanding

Notes:

  1. Some converters (like WikipediaConverter) do not rely on specific file extensions but process specific types of content.
  2. DocumentIntelligenceConverter can handle multiple document formats; the specific supported range depends on the configuration.
  3. All converters will eventually convert the content to Markdown format.
  4. Some formats may require additional system dependencies or API support (e.g., DocumentIntelligence requires endpoint configuration).

Workflow

Image

Guardian

Previous Page

Artist

Next Page

Table of Contents

Concept
Components
Supported File Types
Workflow