README.md
pyproject.toml
src/mycel_sdk/__init__.py
src/mycel_sdk/client.py
src/mycel_sdk/errors.py
src/mycel_sdk/generated_adapter.py
src/mycel_sdk.egg-info/PKG-INFO
src/mycel_sdk.egg-info/SOURCES.txt
src/mycel_sdk.egg-info/dependency_links.txt
src/mycel_sdk.egg-info/requires.txt
src/mycel_sdk.egg-info/top_level.txt
src/mycel_web_backend_client/__init__.py
src/mycel_web_backend_client/client.py
src/mycel_web_backend_client/errors.py
src/mycel_web_backend_client/py.typed
src/mycel_web_backend_client/types.py
src/mycel_web_backend_client/api/__init__.py
src/mycel_web_backend_client/api/auth/__init__.py
src/mycel_web_backend_client/api/auth/complete_register_api_auth_complete_register_post.py
src/mycel_web_backend_client/api/auth/create_external_user_api_auth_external_users_post.py
src/mycel_web_backend_client/api/auth/login_api_auth_login_post.py
src/mycel_web_backend_client/api/auth/me_api_auth_me_get.py
src/mycel_web_backend_client/api/auth/send_otp_api_auth_send_otp_post.py
src/mycel_web_backend_client/api/auth/verify_otp_api_auth_verify_otp_post.py
src/mycel_web_backend_client/api/chats/__init__.py
src/mycel_web_backend_client/api/chats/approve_chat_join_api_chats_chat_id_join_requests_request_id_approve_post.py
src/mycel_web_backend_client/api/chats/create_chat_api_chats_post.py
src/mycel_web_backend_client/api/chats/create_chat_task_api_chats_chat_id_tasks_post.py
src/mycel_web_backend_client/api/chats/delete_chat_task_api_chats_chat_id_tasks_task_id_delete.py
src/mycel_web_backend_client/api/chats/delete_chat_workflow_api_chats_chat_id_workflow_delete.py
src/mycel_web_backend_client/api/chats/get_chat_api_chats_chat_id_get.py
src/mycel_web_backend_client/api/chats/get_chat_join_target_api_chats_chat_id_join_target_get.py
src/mycel_web_backend_client/api/chats/get_chat_task_api_chats_chat_id_tasks_task_id_get.py
src/mycel_web_backend_client/api/chats/get_chat_workflow_api_chats_chat_id_workflow_get.py
src/mycel_web_backend_client/api/chats/list_chat_join_requests_api_chats_chat_id_join_requests_get.py
src/mycel_web_backend_client/api/chats/list_chat_tasks_api_chats_chat_id_tasks_get.py
src/mycel_web_backend_client/api/chats/list_chats_api_chats_get.py
src/mycel_web_backend_client/api/chats/list_messages_api_chats_chat_id_messages_get.py
src/mycel_web_backend_client/api/chats/list_unread_messages_api_chats_chat_id_messages_unread_get.py
src/mycel_web_backend_client/api/chats/mark_read_api_chats_chat_id_read_post.py
src/mycel_web_backend_client/api/chats/mute_chat_api_chats_chat_id_mute_post.py
src/mycel_web_backend_client/api/chats/read_unread_messages_api_chats_chat_id_messages_read_post.py
src/mycel_web_backend_client/api/chats/reject_chat_join_api_chats_chat_id_join_requests_request_id_reject_post.py
src/mycel_web_backend_client/api/chats/request_chat_join_api_chats_chat_id_join_requests_post.py
src/mycel_web_backend_client/api/chats/send_message_api_chats_chat_id_messages_post.py
src/mycel_web_backend_client/api/chats/set_chat_workflow_api_chats_chat_id_workflow_put.py
src/mycel_web_backend_client/api/chats/update_chat_task_api_chats_chat_id_tasks_task_id_patch.py
src/mycel_web_backend_client/api/panel/__init__.py
src/mycel_web_backend_client/api/panel/create_agent_api_panel_agents_post.py
src/mycel_web_backend_client/api/panel/list_agents_api_panel_agents_get.py
src/mycel_web_backend_client/api/relationships/__init__.py
src/mycel_web_backend_client/api/relationships/approve_relationship_api_relationships_relationship_id_approve_post.py
src/mycel_web_backend_client/api/relationships/downgrade_relationship_api_relationships_relationship_id_downgrade_post.py
src/mycel_web_backend_client/api/relationships/list_relationships_api_relationships_get.py
src/mycel_web_backend_client/api/relationships/reject_relationship_api_relationships_relationship_id_reject_post.py
src/mycel_web_backend_client/api/relationships/request_relationship_api_relationships_request_post.py
src/mycel_web_backend_client/api/relationships/revoke_relationship_api_relationships_relationship_id_revoke_post.py
src/mycel_web_backend_client/api/relationships/upgrade_relationship_api_relationships_relationship_id_upgrade_post.py
src/mycel_web_backend_client/api/runtime/__init__.py
src/mycel_web_backend_client/api/runtime/drain_runtime_inbox_api_runtime_inbox_drain_post.py
src/mycel_web_backend_client/api/runtime/wait_runtime_inbox_api_runtime_inbox_wait_post.py
src/mycel_web_backend_client/api/threads/__init__.py
src/mycel_web_backend_client/api/threads/create_thread_api_threads_post.py
src/mycel_web_backend_client/models/__init__.py
src/mycel_web_backend_client/models/chat_join_request_action_body.py
src/mycel_web_backend_client/models/chat_join_request_body.py
src/mycel_web_backend_client/models/complete_register_api_auth_complete_register_post_response_complete_register_api_auth_complete_register_post.py
src/mycel_web_backend_client/models/complete_register_request.py
src/mycel_web_backend_client/models/create_agent_api_panel_agents_post_response_create_agent_api_panel_agents_post.py
src/mycel_web_backend_client/models/create_agent_request.py
src/mycel_web_backend_client/models/create_chat_body.py
src/mycel_web_backend_client/models/create_chat_body_kind.py
src/mycel_web_backend_client/models/create_chat_task_body.py
src/mycel_web_backend_client/models/create_chat_task_body_metadata.py
src/mycel_web_backend_client/models/create_external_user_api_auth_external_users_post_response_create_external_user_api_auth_external_users_post.py
src/mycel_web_backend_client/models/create_external_user_request.py
src/mycel_web_backend_client/models/create_thread_request.py
src/mycel_web_backend_client/models/drain_runtime_inbox_api_runtime_inbox_drain_post_response_drain_runtime_inbox_api_runtime_inbox_drain_post.py
src/mycel_web_backend_client/models/http_validation_error.py
src/mycel_web_backend_client/models/list_agents_api_panel_agents_get_response_list_agents_api_panel_agents_get.py
src/mycel_web_backend_client/models/login_api_auth_login_post_response_login_api_auth_login_post.py
src/mycel_web_backend_client/models/login_request.py
src/mycel_web_backend_client/models/me_api_auth_me_get_response_me_api_auth_me_get.py
src/mycel_web_backend_client/models/mount_spec.py
src/mycel_web_backend_client/models/mount_spec_mode.py
src/mycel_web_backend_client/models/mute_chat_body.py
src/mycel_web_backend_client/models/relationship_action_body.py
src/mycel_web_backend_client/models/relationship_request_body.py
src/mycel_web_backend_client/models/send_message_body.py
src/mycel_web_backend_client/models/send_otp_api_auth_send_otp_post_response_send_otp_api_auth_send_otp_post.py
src/mycel_web_backend_client/models/send_otp_request.py
src/mycel_web_backend_client/models/set_chat_workflow_body.py
src/mycel_web_backend_client/models/set_chat_workflow_body_config.py
src/mycel_web_backend_client/models/update_chat_task_body.py
src/mycel_web_backend_client/models/update_chat_task_body_metadata_type_0.py
src/mycel_web_backend_client/models/validation_error.py
src/mycel_web_backend_client/models/validation_error_context.py
src/mycel_web_backend_client/models/verify_otp_api_auth_verify_otp_post_response_verify_otp_api_auth_verify_otp_post.py
src/mycel_web_backend_client/models/verify_otp_request.py
src/mycel_web_backend_client/models/wait_runtime_inbox_api_runtime_inbox_wait_post_response_wait_runtime_inbox_api_runtime_inbox_wait_post.py