LICENSE
README.md
pyproject.toml
backlot/__init__.py
backlot/__main__.py
backlot/acl.py
backlot/auth.py
backlot/cli.py
backlot/config.py
backlot/main.py
backlot/oauth.py
backlot/openapi.py
backlot/pagination.py
backlot/sigv4.py
backlot/store.py
backlot/synth.py
backlot/testing.py
backlot/validation.py
backlot.egg-info/PKG-INFO
backlot.egg-info/SOURCES.txt
backlot.egg-info/dependency_links.txt
backlot.egg-info/entry_points.txt
backlot.egg-info/requires.txt
backlot.egg-info/top_level.txt
backlot/data/hello.jsonl
backlot/errors/__init__.py
backlot/errors/atlassian.py
backlot/errors/google.py
backlot/graphql/__init__.py
backlot/graphql/engine.py
backlot/graphql/fireflies.graphql
backlot/graphql/fireflies_resolvers.py
backlot/graphql/linear.graphql
backlot/graphql/linear_filters.py
backlot/graphql/linear_resolvers.py
backlot/importer/__init__.py
backlot/importer/byo.py
backlot/importer/erb.py
backlot/integrations/__init__.py
backlot/integrations/llamaindex.py
backlot/integrations/mirage.py
backlot/routers/__init__.py
backlot/routers/atlassian.py
backlot/routers/fireflies.py
backlot/routers/github.py
backlot/routers/google.py
backlot/routers/hubspot.py
backlot/routers/linear.py
backlot/routers/notion.py
backlot/routers/oauth.py
backlot/routers/s3.py
backlot/routers/slack.py
backlot/schemas/README.md
backlot/schemas/confluence.schema.json
backlot/schemas/fireflies.schema.json
backlot/schemas/github.schema.json
backlot/schemas/gmail.schema.json
backlot/schemas/google_drive.schema.json
backlot/schemas/hubspot.schema.json
backlot/schemas/jira.schema.json
backlot/schemas/linear.schema.json
backlot/schemas/notion.schema.json
backlot/schemas/s3.schema.json
backlot/schemas/slack.schema.json
tests/test_acl.py
tests/test_atlassian.py
tests/test_auth.py
tests/test_cli.py
tests/test_config.py
tests/test_cross_vendor.py
tests/test_fireflies.py
tests/test_github.py
tests/test_google.py
tests/test_graphql.py
tests/test_hubspot.py
tests/test_importer_byo.py
tests/test_importer_erb.py
tests/test_integrations.py
tests/test_linear.py
tests/test_llamaindex.py
tests/test_mcp.py
tests/test_notion.py
tests/test_openapi.py
tests/test_packaging.py
tests/test_pagination.py
tests/test_s3.py
tests/test_schema.py
tests/test_sdk.py
tests/test_search.py
tests/test_slack.py
tests/test_store.py
tests/test_synth.py
tests/test_testing.py