CLAUDE.md
LICENSE
README.md
__init__.py
pyproject.toml
uv.lock
examples/README.md
examples/create_linkchart_demo.py
octostar/__init__.py
octostar/client.py
octostar/errors.py
octostar/py.typed
octostar/types.py
octostar/api/__init__.py
octostar/api/apps/__init__.py
octostar/api/apps/deploy_app.py
octostar/api/apps/execute_app_job.py
octostar/api/apps/get_app_logs.py
octostar/api/apps/get_apps_url.py
octostar/api/apps/get_job_logs.py
octostar/api/apps/get_job_progress.py
octostar/api/apps/kill_job.py
octostar/api/apps/list_app_jobs.py
octostar/api/apps/list_apps.py
octostar/api/apps/set_job_progress.py
octostar/api/apps/undeploy_app.py
octostar/api/metadata/__init__.py
octostar/api/metadata/get_version.py
octostar/api/metadata/get_whoami.py
octostar/api/notifications/__init__.py
octostar/api/notifications/delete_stream.py
octostar/api/notifications/get_subscriptions.py
octostar/api/notifications/publish_notification.py
octostar/api/notifications/pull_events_from_stream.py
octostar/api/notifications/push_event_to_stream.py
octostar/api/notifications/toast.py
octostar/api/ontology/__init__.py
octostar/api/ontology/fetch_ontology_data.py
octostar/api/ontology/get_ontologies.py
octostar/api/ontology/multi_query.py
octostar/api/ontology/query.py
octostar/api/pipeline/__init__.py
octostar/api/pipeline/get_processing_status.py
octostar/api/pipeline/update_processing_status.py
octostar/api/search/__init__.py
octostar/api/search/get_annotations.py
octostar/api/workspace_data/__init__.py
octostar/api/workspace_data/delete_blob.py
octostar/api/workspace_data/delete_entities.py
octostar/api/workspace_data/download_blob.py
octostar/api/workspace_data/get_attachment.py
octostar/api/workspace_data/get_files_tree.py
octostar/api/workspace_data/upload_blob.py
octostar/api/workspace_data/upsert_entities.py
octostar/api/workspace_permissions/__init__.py
octostar/api/workspace_permissions/get_permissions.py
octostar/api/workspace_tags/__init__.py
octostar/api/workspace_tags/delete_tag_from_entities.py
octostar/api/workspace_tags/tag_entities.py
octostar/models/__init__.py
octostar/models/acknowledgement.py
octostar/models/acknowledgement_with_data.py
octostar/models/app_status.py
octostar/models/app_status_annotations.py
octostar/models/app_status_labels.py
octostar/models/app_with_url.py
octostar/models/child_processing_status.py
octostar/models/delete_entities_response_401.py
octostar/models/delete_entities_response_409.py
octostar/models/delete_entities_response_500.py
octostar/models/delete_stream_response_401.py
octostar/models/delete_tag_from_entities_response_401.py
octostar/models/deploy_app_json_body.py
octostar/models/deploy_app_json_body_secrets.py
octostar/models/deploy_app_response_200.py
octostar/models/deploy_app_response_200_data.py
octostar/models/deploy_app_response_400.py
octostar/models/deploy_app_response_403.py
octostar/models/deploy_app_response_404.py
octostar/models/deploy_app_response_409.py
octostar/models/deploy_app_response_500.py
octostar/models/entity.py
octostar/models/entity_response.py
octostar/models/entity_response_s3_urls.py
octostar/models/entity_response_s3_urls_additional_property.py
octostar/models/entity_response_s3_urls_additional_property_fields.py
octostar/models/execute_app_job_json_body.py
octostar/models/execute_app_job_json_body_annotation.py
octostar/models/execute_app_job_response_401.py
octostar/models/fetch_ontology_data_response_200.py
octostar/models/fetch_ontology_data_response_401.py
octostar/models/fetch_ontology_data_response_500.py
octostar/models/get_app_logs_response_401.py
octostar/models/get_app_logs_response_404.py
octostar/models/get_app_logs_response_500.py
octostar/models/get_apps_url_json_body.py
octostar/models/get_apps_url_response_401.py
octostar/models/get_apps_url_response_500.py
octostar/models/get_attachment_response_200.py
octostar/models/get_attachment_response_401.py
octostar/models/get_files_tree_response_200.py
octostar/models/get_files_tree_response_200_status.py
octostar/models/get_files_tree_response_400.py
octostar/models/get_files_tree_response_400_data.py
octostar/models/get_files_tree_response_400_status.py
octostar/models/get_files_tree_response_401.py
octostar/models/get_files_tree_response_500.py
octostar/models/get_files_tree_response_500_data.py
octostar/models/get_files_tree_response_500_status.py
octostar/models/get_job_logs_response_401.py
octostar/models/get_job_logs_response_404.py
octostar/models/get_job_logs_response_500.py
octostar/models/get_job_progress_response_401.py
octostar/models/get_object_response_401.py
octostar/models/get_ontologies_response_401.py
octostar/models/get_ontologies_response_500.py
octostar/models/get_permissions_response_200.py
octostar/models/get_permissions_response_400.py
octostar/models/get_permissions_response_401.py
octostar/models/get_permissions_response_500.py
octostar/models/get_processing_status_response_200.py
octostar/models/get_processing_status_response_200_data.py
octostar/models/get_processing_status_response_400.py
octostar/models/get_processing_status_response_500.py
octostar/models/get_subscriptions_response_200_item.py
octostar/models/get_version_response_200.py
octostar/models/get_version_response_404.py
octostar/models/get_whoami_response_200.py
octostar/models/get_whoami_response_401.py
octostar/models/insert_entity.py
octostar/models/insert_entity_base.py
octostar/models/insert_entity_relationships_item.py
octostar/models/insert_entity_request.py
octostar/models/internal_server_error.py
octostar/models/job_execution_result.py
octostar/models/job_status.py
octostar/models/job_status_labels.py
octostar/models/job_with_url.py
octostar/models/kill_job_response_401.py
octostar/models/list_app_jobs_response_401.py
octostar/models/list_app_jobs_response_500.py
octostar/models/list_apps_response_401.py
octostar/models/list_apps_response_500.py
octostar/models/multi_query_json_body.py
octostar/models/multi_query_json_body_queries_item.py
octostar/models/multi_query_response_400.py
octostar/models/multi_query_response_401.py
octostar/models/not_found_error.py
octostar/models/octostar_event.py
octostar/models/octostar_event_octostar_payload.py
octostar/models/octostar_event_octostar_payload_level.py
octostar/models/os_notification.py
octostar/models/processing_status.py
octostar/models/processing_status_code.py
octostar/models/progress_request.py
octostar/models/publish_notification_response_401.py
octostar/models/pull_events_from_stream_response_401.py
octostar/models/push_event_to_stream_response_401.py
octostar/models/query_json_body.py
octostar/models/query_json_body_params.py
octostar/models/query_response_400.py
octostar/models/query_response_401.py
octostar/models/set_job_progress_response_401.py
octostar/models/string_to_value_label_map.py
octostar/models/string_to_value_label_map_data.py
octostar/models/string_to_value_label_map_data_additional_property.py
octostar/models/successful_get_tags.py
octostar/models/successful_insertion.py
octostar/models/tag_entities_response_401.py
octostar/models/toast_level.py
octostar/models/toast_response_401.py
octostar/models/undeploy_app_response_401.py
octostar/models/update_processing_status_response_200.py
octostar/models/update_processing_status_response_400.py
octostar/models/update_processing_status_response_500.py
octostar/models/upsert_entities_response_401.py
octostar/models/upsert_entity.py
octostar/models/upsert_entity_base.py
octostar/models/upsert_entity_relationships_item.py
octostar/utils/__init__.py
octostar/utils/commons.py
octostar/utils/exceptions.py
octostar/utils/chat/__init__.py
octostar/utils/chat/chat.py
octostar/utils/chat/detokenize.py
octostar/utils/chat/get_default_model.py
octostar/utils/chat/list_models.py
octostar/utils/chat/tokenize.py
octostar/utils/jobs/__init__.py
octostar/utils/jobs/get_job_logs.py
octostar/utils/jobs/get_job_progress.py
octostar/utils/jobs/kill_job.py
octostar/utils/jobs/set_job_progress.py
octostar/utils/jobs/apps/__init__.py
octostar/utils/jobs/apps/deploy_app.py
octostar/utils/jobs/apps/execute_app_job.py
octostar/utils/jobs/apps/get_app_logs.py
octostar/utils/jobs/apps/get_app_secret.py
octostar/utils/jobs/apps/get_apps_url.py
octostar/utils/jobs/apps/list_app_jobs.py
octostar/utils/jobs/apps/list_apps.py
octostar/utils/jobs/apps/undeploy_app.py
octostar/utils/meta/__init__.py
octostar/utils/meta/get_version.py
octostar/utils/meta/get_whoami.py
octostar/utils/notifications/__init__.py
octostar/utils/notifications/delete_stream.py
octostar/utils/notifications/get_my_subscriptions.py
octostar/utils/notifications/publish_notification.py
octostar/utils/notifications/pull_event_from_stream.py
octostar/utils/notifications/pull_events_from_stream.py
octostar/utils/notifications/push_event_to_stream.py
octostar/utils/notifications/push_events_to_stream.py
octostar/utils/notifications/toast.py
octostar/utils/ontology/__init__.py
octostar/utils/ontology/fetch_ontology_data.py
octostar/utils/ontology/get_ontologies.py
octostar/utils/ontology/multiquery_ontology.py
octostar/utils/ontology/query_ontology.py
octostar/utils/pipeline/__init__.py
octostar/utils/pipeline/get_processing_status.py
octostar/utils/pipeline/update_processing_status.py
octostar/utils/search/__init__.py
octostar/utils/search/bulk_update.py
octostar/utils/search/count.py
octostar/utils/search/get_entity_annotations.py
octostar/utils/search/get_index_definition.py
octostar/utils/search/multi_search.py
octostar/utils/workspace/__init__.py
octostar/utils/workspace/delete_entities.py
octostar/utils/workspace/delete_entity.py
octostar/utils/workspace/delete_relationship.py
octostar/utils/workspace/delete_relationships.py
octostar/utils/workspace/delete_temporary_blob.py
octostar/utils/workspace/extract_entities.py
octostar/utils/workspace/get_filepath_from_item.py
octostar/utils/workspace/get_filepaths_from_items.py
octostar/utils/workspace/get_files_tree.py
octostar/utils/workspace/get_item_from_filepath.py
octostar/utils/workspace/get_items_from_filepaths.py
octostar/utils/workspace/read_attachment.py
octostar/utils/workspace/read_file.py
octostar/utils/workspace/read_temporary_blob.py
octostar/utils/workspace/upsert_entities.py
octostar/utils/workspace/upsert_entity.py
octostar/utils/workspace/upsert_relationship.py
octostar/utils/workspace/upsert_relationships.py
octostar/utils/workspace/write_attachment.py
octostar/utils/workspace/write_file.py
octostar/utils/workspace/write_temporary_blob.py
octostar/utils/workspace/linkcharts/__init__.py
octostar/utils/workspace/linkcharts/create_linkchart.py
octostar/utils/workspace/permissions/PermissionLevel.py
octostar/utils/workspace/permissions/__init__.py
octostar/utils/workspace/permissions/get_permissions.py
octostar/utils/workspace/saved_searches/__init__.py
octostar/utils/workspace/saved_searches/create_saved_search.py
octostar/utils/workspace/tags/__init__.py
octostar/utils/workspace/tags/delete_tag_from_entities.py
octostar/utils/workspace/tags/tag_entities.py
octostar_python_client.egg-info/PKG-INFO
octostar_python_client.egg-info/SOURCES.txt
octostar_python_client.egg-info/dependency_links.txt
octostar_python_client.egg-info/requires.txt
octostar_python_client.egg-info/top_level.txt
tests/conftest.py
tests/test_contracts.py
tests/test_upsert_validation_errors.py