Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
128 commits
Select commit Hold shift + click to select a range
fdbafdf
refactor(core): restructure module layout for consistency
senamakel Aug 10, 2026
6e41e43
chore(core): update Cargo.toml dependencies
senamakel Aug 10, 2026
8a6d874
chore(core): update Cargo.toml dependencies
senamakel Aug 10, 2026
937a3f9
chore: add missing newline at end of multiple source files
senamakel Aug 10, 2026
2378e2a
chore(workspace): add core crate to workspace members
senamakel Aug 10, 2026
f4c1486
chore(deps): update rustls and remove unused dependencies
senamakel Aug 10, 2026
ce5cd51
fix(host): remove unused cloud_providers and scheduler_gate modules
senamakel Aug 10, 2026
2dd5881
fix(host): remove unused import of `std::fs`
senamakel Aug 10, 2026
fcd2af1
fix(embeddings): handle missing embedding provider gracefully
senamakel Aug 10, 2026
ee4f89b
fix(events): handle missing hostname in event payload
senamakel Aug 10, 2026
71788f8
fix(api): remove unused test support module
senamakel Aug 10, 2026
5b97d51
chore(api): remove unused dependencies and reorder module declarations
senamakel Aug 10, 2026
a1130f1
chore: update lib.rs with minor adjustments
senamakel Aug 10, 2026
5d5f9d5
fix(events): remove duplicate event handler registration
senamakel Aug 10, 2026
a52bd58
chore(core): remove unused dependencies and dead code across the code…
senamakel Aug 10, 2026
68dac02
chore(deps): update rust edition to 2024
senamakel Aug 10, 2026
725a038
chore(composio): remove unused imports and dead code across multiple …
senamakel Aug 10, 2026
a83eabc
fix(reconcile): handle missing source during reconciliation
senamakel Aug 10, 2026
8827ea6
chore(core): remove unused imports across multiple modules
senamakel Aug 10, 2026
e3644da
fix(events): handle missing hostname in event payload
senamakel Aug 10, 2026
f03c5f5
refactor(core): reorganize tool modules into per-domain directories
senamakel Aug 10, 2026
05e2843
refactor(query): reorganize query module into submodules
senamakel Aug 10, 2026
cc5031b
chore(deps): update all Rust crate dependencies to latest compatible …
senamakel Aug 10, 2026
a137321
chore(core): remove unused imports across multiple modules
senamakel Aug 10, 2026
143f06e
fix(global): remove unused import of `std::sync::Arc`
senamakel Aug 10, 2026
0af0fac
fix(global): remove unused import of `std::sync::Arc`
senamakel Aug 10, 2026
e62a78c
chore: files changed core/src/global.rs
senamakel Aug 10, 2026
cdcf495
chore(deps): update rustls dependency to 0.23.23
senamakel Aug 10, 2026
3b053d5
fix(tree): handle empty input in tree construction
senamakel Aug 10, 2026
96f9cdb
fix(embedding_host): handle missing embedding model gracefully
senamakel Aug 10, 2026
2692a3a
fix(host): remove unused import of `std::sync::Arc`
senamakel Aug 10, 2026
00fae71
fix(host): remove unused import of `std::sync::Arc`
senamakel Aug 10, 2026
b56b2e2
fix(embedding_host): handle missing embedding model gracefully
senamakel Aug 10, 2026
301cae0
fix: correct handling of edge case in core library
senamakel Aug 10, 2026
0c0bce1
chore: files changed core/src/lib.rs,core/src/store/client.rs,core/sr…
senamakel Aug 10, 2026
bc1c23e
chore: files changed core/src/embedding_host.rs,core/src/store/client…
senamakel Aug 10, 2026
8fffebe
fix(api): handle missing usage data gracefully
senamakel Aug 10, 2026
d665f39
fix(chat_host): handle empty message list in chat history
senamakel Aug 10, 2026
addd7a6
fix(chat): handle empty message list in chat history
senamakel Aug 10, 2026
3b73837
fix(host): handle missing error context in error reporter
senamakel Aug 10, 2026
39868d4
fix(observability): handle missing span context gracefully
senamakel Aug 10, 2026
8758875
fix(core): remove unused ingestion queue module
senamakel Aug 10, 2026
53442ad
chore: files changed core/src/binding.rs,core/src/binding_tests.rs,co…
senamakel Aug 10, 2026
7070b06
chore: files changed api/src/host/events.rs,api/src/host/mod.rs,core/…
senamakel Aug 10, 2026
4cceeac
chore: files changed api/src/host/mod.rs,api/src/host/scheduler_gate.…
senamakel Aug 10, 2026
05e188d
chore: files changed api/src/host/mod.rs,core/src/lib.rs,core/src/que…
senamakel Aug 10, 2026
eb8accd
chore: files changed core/src/composio_host.rs,core/src/lib.rs
senamakel Aug 10, 2026
b5654eb
chore: files changed api/src/host/mod.rs,core/src/goals/enrich.rs,cor…
senamakel Aug 10, 2026
6f3b69e
chore: files changed core/src/ingest_pipeline.rs,core/src/ingestion/q…
senamakel Aug 10, 2026
7948384
chore: files changed api/src/host/mod.rs,core/Cargo.toml,core/src/dif…
senamakel Aug 10, 2026
6b6c083
feat(api, core): add host seam traits and migrate config ownership to…
senamakel Aug 10, 2026
1123223
feat(api, core): widen visibility for cross-crate memory family access
senamakel Aug 10, 2026
8d3f416
feat(host): add session token support to test host config
senamakel Aug 10, 2026
88bba46
chore: files changed Cargo.lock,Cargo.toml,core/Cargo.toml
senamakel Aug 10, 2026
2fac29b
chore(deps): add tinyagents submodule
senamakel Aug 10, 2026
ec13396
chore(deps): point tinyagents dependency at its own submodule
senamakel Aug 10, 2026
1ffe37b
chore: files changed Cargo.lock,vendor/tinycortex
senamakel Aug 10, 2026
5111ed4
fix: replace deprecated method-call field access with direct field as…
senamakel Aug 10, 2026
6f53e4e
refactor(core): replace `Config::default()` with `TestHostConfig::def…
senamakel Aug 10, 2026
f7c6169
chore: files changed core/src/tinycortex/queue_driver.rs,core/src/tre…
senamakel Aug 10, 2026
f63f974
refactor(core): replace accessor methods with direct field access in …
senamakel Aug 10, 2026
7d497dd
feat(events): add RecordingSink for test assertions on event publishing
senamakel Aug 10, 2026
df66c53
chore: files changed core/src/ingestion/queue.rs,core/src/ingestion/t…
senamakel Aug 10, 2026
fc60f72
fix(test): replace channel-based event assertions with sink drain
senamakel Aug 10, 2026
551600d
chore(store): remove redundant assertion in factory test
senamakel Aug 10, 2026
f4e7d8b
fix(core): add missing MemoryHostConfig import and fix test assertions
senamakel Aug 10, 2026
a70b98c
test(embedding-host): add test stub for cloud-fallback assertions
senamakel Aug 10, 2026
68c9a9c
chore(core): remove stale schema tests
senamakel Aug 10, 2026
6807b40
fix(test): update test code to use new API signatures
senamakel Aug 10, 2026
f95451e
fix(core): make memory relative dir function visible to crate
senamakel Aug 10, 2026
0caabad
fix(tests): use fully qualified path for TestHostConfig in sync test
senamakel Aug 10, 2026
cf0b230
feat(core): expose test_seams module under test cfg
senamakel Aug 10, 2026
505d9fe
chore(test): initialise test seams in all test helpers
senamakel Aug 10, 2026
e04dece
fix(test): wire a test config loader into the test seam
senamakel Aug 10, 2026
b4f9977
feat(embedding): make test stub mirror host dimension rule
senamakel Aug 10, 2026
bf2ee78
chore: remove obsolete tests for deprecated chat and embedding paths
senamakel Aug 10, 2026
29d7f74
chore(types): remove outdated direct-mode test
senamakel Aug 10, 2026
3cd77d5
feat(core): add test-support feature and fix memory-git off-path build
senamakel Aug 10, 2026
af9b1e3
refactor(core): align diff stubs with tinycortex's serde-only carve-out
senamakel Aug 10, 2026
5503f38
test(global): call test_seams::init in every test that uses the globa…
senamakel Aug 10, 2026
75e6b0b
feat(host): add downcast support for MemoryHostConfig and expose regi…
senamakel Aug 10, 2026
34af7c1
fix(registry): include parse error in driver class refusal
senamakel Aug 10, 2026
83747fa
fix(core): keep the crate's own test modules behind cfg(test)
enamakel Aug 11, 2026
676abc7
fix(api): handle missing storage directory in memory storage
senamakel Aug 11, 2026
8ed52ee
fix(api): handle missing storage path in memory storage
senamakel Aug 11, 2026
a34ff1b
fix(host): handle missing subsystem in subsystem list
senamakel Aug 11, 2026
74c4112
chore: sort imports and remove trailing whitespace across the codebase
senamakel Aug 11, 2026
6936ba7
Merge remote-tracking branch 'origin/main' into memory-to-tinymemory
senamakel Aug 11, 2026
b6fa144
chore: replace intra-doc links with plain references in doc comments
senamakel Aug 11, 2026
72a5856
chore: update lib.rs with minor adjustments
senamakel Aug 11, 2026
839a58e
chore(core): remove unused import in lib.rs
senamakel Aug 11, 2026
830da82
chore(core): remove unused imports across multiple files
senamakel Aug 11, 2026
847dadf
fix(worker): handle empty queue without panicking
senamakel Aug 11, 2026
a26ea0c
fix(composio): handle missing provider type in sync
senamakel Aug 11, 2026
977e29e
chore: remove stray blank lines and reorder conditional imports
senamakel Aug 11, 2026
d0b37e7
fix(worker): handle empty queue without panicking
senamakel Aug 11, 2026
e91c0e8
fix(composio): handle missing provider type in sync
senamakel Aug 11, 2026
ebafa7b
refactor(embedding_host): replace NoopEmbedding::default() with direc…
senamakel Aug 11, 2026
e8cae33
fix(chat_host): handle missing user gracefully in message handler
senamakel Aug 11, 2026
d895c70
fix(store): handle empty tree in tree diffing logic
senamakel Aug 11, 2026
f56fbe3
fix(store): handle zero-length chunk in chunked store
senamakel Aug 11, 2026
89724fb
fix(store): handle empty tree in tree diffing
senamakel Aug 11, 2026
7f2ba89
fix(ingestion): handle empty queue without panicking
senamakel Aug 11, 2026
f6746a0
fix(composio): handle missing periodic sync config gracefully
senamakel Aug 11, 2026
b4b0fc2
fix(providers): remove unused test files for clickup, github, gmail, …
senamakel Aug 11, 2026
bed19e4
refactor(gmail): remove stale email-fetch constants and comments
senamakel Aug 11, 2026
4519a15
chore(gmail): remove redundant query tests
senamakel Aug 11, 2026
8bb9e95
chore(composio): remove unused epoch_floor_from_depth helper
senamakel Aug 11, 2026
397a653
refactor(github): remove unused search query builders and tests
senamakel Aug 11, 2026
0638824
chore(github): remove dead build_search_query tests
senamakel Aug 11, 2026
9b9a2db
refactor(store): remove unused pub(crate) functions and their tests
senamakel Aug 11, 2026
e2b78a1
fix(store): handle empty tree in store test
senamakel Aug 11, 2026
0df9156
refactor(store): remove unused fields from StoredChunk and query
senamakel Aug 11, 2026
2c2be5e
chore: remove unnecessary references and unused import
senamakel Aug 11, 2026
752a460
fix(core): use cfg-gated memory client and clean up test code
senamakel Aug 11, 2026
1a6811f
fix: replace `is_multiple_of` with modulo check for embedding length …
senamakel Aug 11, 2026
e6562c9
fix(store): handle empty segment list in namespace store
senamakel Aug 11, 2026
073567e
fix(ingest): handle empty input without panicking
senamakel Aug 11, 2026
c045048
fix(store): handle missing parent in factory path resolution
senamakel Aug 11, 2026
3a49a7e
feat(composio): add provider module for composio sync
senamakel Aug 11, 2026
28005ba
fix(worker): handle empty queue without panicking
senamakel Aug 11, 2026
14ab876
fix(reconcile): handle missing source during reconciliation
senamakel Aug 11, 2026
f9f1012
fix(composio): handle periodic sync with no pending changes
senamakel Aug 11, 2026
3e87784
fix(composio): handle missing periodic sync config gracefully
senamakel Aug 11, 2026
3a4c2d8
chore: reformat multi-line function calls for consistency
senamakel Aug 11, 2026
d99bb66
fix(seal): handle edge case in seal verification
senamakel Aug 11, 2026
a8b4833
fix(tool_memory): correct test helper to use consistent memory key fo…
senamakel Aug 11, 2026
e68d632
refactor(core): drop the empty goals module
enamakel Aug 11, 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
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@
path = vendor/tinycortex
url = https://github.com/tinyhumansai/tinycortex.git
branch = main
[submodule "vendor/tinyagents"]
path = vendor/tinyagents
url = https://github.com/tinyhumansai/tinyagents
branch = main
Loading