LICENSE
MANIFEST.in
README.md
py.typed
pyproject.toml
src/trix/__init__.py
src/trix/_type_exports.py
src/trix/auth.py
src/trix/client.py
src/trix/client_async.py
src/trix/client_base.py
src/trix/client_sync.py
src/trix/client_transport.py
src/trix/client_transport_async.py
src/trix/exceptions.py
src/trix/protocols.py
src/trix/resources/__init__.py
src/trix/resources/agent.py
src/trix/resources/base.py
src/trix/resources/bots.py
src/trix/resources/calendar.py
src/trix/resources/clusters.py
src/trix/resources/clusters_async.py
src/trix/resources/crews.py
src/trix/resources/enrichments.py
src/trix/resources/entities.py
src/trix/resources/entities_async.py
src/trix/resources/facts.py
src/trix/resources/facts_async.py
src/trix/resources/feedback.py
src/trix/resources/files.py
src/trix/resources/goals.py
src/trix/resources/goals_async.py
src/trix/resources/graph.py
src/trix/resources/habits.py
src/trix/resources/habits_async.py
src/trix/resources/highlights.py
src/trix/resources/hubs.py
src/trix/resources/hubs_roles.py
src/trix/resources/invites.py
src/trix/resources/notes.py
src/trix/resources/notes_async.py
src/trix/resources/personas.py
src/trix/resources/presets.py
src/trix/resources/presets_async.py
src/trix/resources/relationships.py
src/trix/resources/resources.py
src/trix/resources/search.py
src/trix/resources/sessions.py
src/trix/resources/sessions_async.py
src/trix/resources/skills.py
src/trix/resources/space_config.py
src/trix/resources/spaces.py
src/trix/resources/tasks.py
src/trix/resources/tasks_async.py
src/trix/resources/tasks_bulk.py
src/trix/resources/templates.py
src/trix/resources/webhooks.py
src/trix/resources/workflows.py
src/trix/resources/workflows_async.py
src/trix/resources/memories/__init__.py
src/trix/resources/memories/audio.py
src/trix/resources/memories/base.py
src/trix/resources/memories/core.py
src/trix/resources/memories/image.py
src/trix/resources/memories/protection.py
src/trix/resources/memories/resource_links.py
src/trix/testing/__init__.py
src/trix/testing/mock_client.py
src/trix/testing/mock_resources.py
src/trix/types/__init__.py
src/trix/types/_exports_extended.py
src/trix/types/_exports_knowledge.py
src/trix/types/agent.py
src/trix/types/base.py
src/trix/types/bot.py
src/trix/types/bot_run_step.py
src/trix/types/calendar.py
src/trix/types/cluster.py
src/trix/types/crew.py
src/trix/types/enrichment.py
src/trix/types/entity.py
src/trix/types/enums.py
src/trix/types/fact.py
src/trix/types/feedback.py
src/trix/types/file.py
src/trix/types/goal.py
src/trix/types/graph.py
src/trix/types/habit.py
src/trix/types/highlight.py
src/trix/types/hub.py
src/trix/types/image.py
src/trix/types/invite.py
src/trix/types/memory.py
src/trix/types/note.py
src/trix/types/persona.py
src/trix/types/preset.py
src/trix/types/relationship.py
src/trix/types/resource.py
src/trix/types/search.py
src/trix/types/session.py
src/trix/types/skill.py
src/trix/types/space.py
src/trix/types/space_config.py
src/trix/types/task.py
src/trix/types/template.py
src/trix/types/topic.py
src/trix/types/transcript.py
src/trix/types/webhook.py
src/trix/types/workflow.py
src/trix/utils/__init__.py
src/trix/utils/file_handling.py
src/trix/utils/logging.py
src/trix/utils/metrics.py
src/trix/utils/metrics_impl.py
src/trix/utils/pagination.py
src/trix/utils/retry.py
src/trix/utils/security.py
src/trix/utils/security_webhook.py
src/trix/utils/sse.py
src/trix/utils/telemetry.py
src/trix/utils/telemetry_spans.py
src/trixdb.egg-info/PKG-INFO
src/trixdb.egg-info/SOURCES.txt
src/trixdb.egg-info/dependency_links.txt
src/trixdb.egg-info/requires.txt
src/trixdb.egg-info/top_level.txt
tests/test_agent.py
tests/test_auth.py
tests/test_base_resource.py
tests/test_bots.py
tests/test_client.py
tests/test_client_features.py
tests/test_clusters.py
tests/test_crews.py
tests/test_enrichments.py
tests/test_entities.py
tests/test_errors.py
tests/test_facts.py
tests/test_feedback.py
tests/test_file_handling.py
tests/test_files.py
tests/test_goals.py
tests/test_graph.py
tests/test_habits.py
tests/test_highlights.py
tests/test_hubs.py
tests/test_hubs_roles.py
tests/test_invites.py
tests/test_logging.py
tests/test_memories.py
tests/test_metrics.py
tests/test_metrics_impl.py
tests/test_notes.py
tests/test_notes_async.py
tests/test_origin_context.py
tests/test_pagination_types.py
tests/test_personas.py
tests/test_presets.py
tests/test_relationships.py
tests/test_resources.py
tests/test_retry.py
tests/test_search.py
tests/test_security.py
tests/test_sessions.py
tests/test_skills.py
tests/test_space_config.py
tests/test_spaces.py
tests/test_sse.py
tests/test_tasks.py
tests/test_telemetry.py
tests/test_templates.py
tests/test_types.py
tests/test_webhooks.py
tests/test_workflows.py