17 lines
613 B
Python
17 lines
613 B
Python
"""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
|
|
"""
|