Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
cb9221b
chore: remove composio integration
senamakel Aug 30, 2026
9bb9735
feat(sources): return Option from reader_for instead of a composio stub
senamakel Aug 30, 2026
c7d610a
chore: files changed crates/tinymemory-api/src/host/mod.rs,crates/tin…
senamakel Aug 30, 2026
ad4b815
chore: files changed crates/tinymemory-core/src/store/entities.rs,cra…
senamakel Aug 30, 2026
c80e3fb
chore: files changed crates/tinymemory-core/src/sync/mod.rs,crates/ti…
senamakel Aug 30, 2026
a5ba9b6
refactor(engine): remove composio pipeline and delegate to connector …
senamakel Aug 30, 2026
1e43273
chore(engine): remove deprecated sync adapter and its tests
senamakel Aug 30, 2026
039c98f
chore(engine,store): remove duplicate `canonicalize` function and unu…
senamakel Aug 30, 2026
f7c4729
chore(engine): remove unused gmail backfill function
senamakel Aug 30, 2026
e1d433b
feat(workspace): expose cadence module for periodic sync
senamakel Aug 30, 2026
293eed0
chore: files changed crates/tinymemory-core/src/sources/reconcile.rs,…
senamakel Aug 30, 2026
567ad5b
chore: files changed crates/tinymemory-core/src/engine/sync.rs
senamakel Aug 30, 2026
94a7d09
fix(sources): remove unused HashSet import
senamakel Aug 30, 2026
3f2c8aa
chore: reorder re-exports and remove stray blank lines
senamakel Aug 30, 2026
a738bbc
chore(tests): remove stale Composio test seams and unused helpers
senamakel Aug 30, 2026
6007de4
Remove the Composio connector tree
senamakel Aug 30, 2026
206a139
Merge remote-tracking branch 'upstream/main' into connectors-removal
senamakel Aug 30, 2026
d8f287e
Merge remote-tracking branch 'upstream/main' into connectors-removal
senamakel Aug 30, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
540 changes: 0 additions & 540 deletions crates/tinymemory-api/src/host/composio.rs

This file was deleted.

387 changes: 0 additions & 387 deletions crates/tinymemory-api/src/host/composio_tests.rs

This file was deleted.

1 change: 0 additions & 1 deletion crates/tinymemory-api/src/host/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
//! them and they can go home.

pub mod cloud_providers;
pub mod composio;
pub mod local_ai;
pub mod scheduler_gate;
pub mod storage_memory;
Expand Down
Loading
Loading