Files
AI/참고/ontocast-main/ontocast/cli/__init__.py

17 lines
613 B
Python
Raw Normal View History

2026-05-12 19:40:31 +09:00
"""Command-line interface tools for OntoCast.
This package provides command-line tools for interacting with the OntoCast
framework, including document processing, server management, and utility
functions.
Available commands:
- serve: Start the OntoCast API server
- test_api: Test the API server with sample requests
- batch_process: Batch process multiple files asynchronously
- plot_graph: Visualize workflow graphs
- merge_ontologies: Merge terminal ontologies from Fuseki
- split_chunks: Split documents into chunks
- cmp_states: Compare agent states
- pdfs_to_markdown: Convert PDFs to Markdown format
"""