38 Commits

Author SHA1 Message Date
Harshith Mullapudi
bcc0560cf0
Feat: Space (#93)
* Feat: change space assignment from statement to episode

* feat: add default spaces and improve integration, space tools discovery in MCP

* feat: change spaces to episode based

* Feat: take multiple spaceIds while ingesting

* Feat: modify mcp tool descriptions, add spaceId in mcp url

* feat: add copy

* bump: new version 0.1.24

---------

Co-authored-by: Manoj <saimanoj58@gmail.com>
2025-10-09 12:38:42 +05:30
Manoj
27f8740691
Fix: Semantic Search issue (#89)
* Fix: normalization prompt

* Fix: improve knowledge graph and better recall

* fix: add user context to search reranking

* fix: in search log the source

* fix: remove harcoded limit

---------

Co-authored-by: Harshith Mullapudi <harshithmullapudi@gmail.com>
2025-10-06 14:06:52 +05:30
Harshith Mullapudi
159e003d2e fix: if profile summary is null then it violates the mcp 2025-10-02 13:16:29 +05:30
Harshith Mullapudi
7c737cf51f fix: mcp tool call failing for get_user_profile 2025-10-02 12:25:19 +05:30
Harshith Mullapudi
489fb5934a
feat: add stripe billing for cloud (#81)
* feat: add stripe billing for cloud

* fix: mcp tools
2025-10-02 10:58:11 +05:30
Harshith Mullapudi
62fdf6181a 1. fix: when episode is already deleted then directly remove the ingestionQueue
2. fix: mcp tool description
2025-09-22 22:11:35 +05:30
Harshith Mullapudi
c1c93e0cb1 fix: ui fixes 2025-09-15 12:05:04 +05:30
Harshith Mullapudi
654de54ab9 fix: remove console logs and gpt-5 to test 2025-09-09 20:47:34 +05:30
Manoj
df711b1af6 feat: reduce chunk size to 1-3k tokens and add user profile memory tool 2025-09-08 23:45:54 +05:30
Harshith Mullapudi
6b165bfa7f fix: onboarding 2025-09-08 23:45:54 +05:30
Harshith Mullapudi
4a0a57cb97
Feat: add documents to the kg (#64)
* Feat: add documents to the kg

* Feat: add versioning to documents

* Fix: invalidation of evolved facts

* fix: mcp return

* fix: invalidAt is not displayed in graph popover

* Fix: use document id for the flow

* refactor: consolidate document versioning around sessionId instead of documentId

* fix: add docs link in welcome email

* fix: give more time for larger graphs to settle on

* bump: new version 0.1.20

---------

Co-authored-by: Manoj K <saimanoj58@gmail.com>
2025-09-03 12:39:46 +05:30
Harshith Mullapudi
9568b97510 fix: oauth token refresh for basic 2025-08-28 12:35:13 +05:30
Harshith Mullapudi
7d00e62ba8 Feat: spaces are now fully beta and working 2025-08-26 23:33:46 +05:30
Harshith Mullapudi
5d3bdf9bca fix: source is not passed to memory tools 2025-08-24 19:47:33 +05:30
Harshith Mullapudi
cdb6788ef0 Feat: add MCP logs 2025-08-24 12:22:12 +05:30
Harshith Mullapudi
256cdb8bdc Feat: single mcp server for all integrations 2025-08-24 12:22:12 +05:30
Harshith Mullapudi
162a565752 Fix: UI fixes for space facts page, changed extension-search api 2025-08-23 00:54:07 +05:30
Harshith Mullapudi
1fa7fd93d5
Feat: spaces (#51)
* feat: Episode ingestion update
Benchmarking CORE

* Feat: Spaces in knowledge graph

* fix: remove daily assignment

* Feat: add spaces

* Feat: spaces

---------

Co-authored-by: Manoj K <saimanoj58@gmail.com>
2025-08-21 11:53:45 +05:30
Harshith Mullapudi
988f2e4753
Fix: deployment to docker (#41) 2025-08-13 09:59:03 +05:30
Harshith Mullapudi
4882f227d2
Feat: clusters (#37)
* Feat: clustering fact statements

* Feat: cluster drift

* Feat: add recall count and model to search

* Feat: Github integration

* Fix: clustering UI

* Improve graph

* Bump: new version

---------

Co-authored-by: Manoj K <saimanoj58@gmail.com>
2025-08-05 15:31:15 +05:30
Harshith Mullapudi
2a6acaf899
Feat: webhooks for oauth apps (#32)
* Fix: integration account webhooks

* Fix: activity webhook

* Feat: add integration credentials API

* Fix: user rules for integrations

* Feat: make self hosting simple

* Fix: add init container functionality

---------

Co-authored-by: Manoj K <saimanoj58@gmail.com>
2025-08-01 10:34:16 +05:30
Harshith Mullapudi
81c18ce9bb
Fix: integration account handling and improve webhook event processing (#31)
* Feat: add onboarding screens

* Fix: integration account handling and improve webhook event processing

* Bump version: 0.1.12

---------

Co-authored-by: Manoj K <saimanoj58@gmail.com>
2025-07-25 11:56:44 +05:30
Harshith Mullapudi
8d9ddcf375
Fix: core cli to work with core repo (#26)
* Fix: core cli to work with core repo

* Fix: cli working and mcp proxy
2025-07-22 10:17:40 +05:30
Harshith Mullapudi
714399cf41
Feat: OAuth support for external apps (#22)
* Feat: OAuth support for external apps

* Fix: OAuth screen

---------

Co-authored-by: Manoj K <saimanoj58@gmail.com>
2025-07-19 16:44:15 +05:30
Manoj K
aa7ae14f95 Fix: activity flow and invalidation in knowledge graph 2025-07-17 23:04:33 +05:30
Harshith Mullapudi
e82e7c1db2 Feat: add mcp for memory as http streamable 2025-07-17 23:02:51 +05:30
Harshith Mullapudi
038acea669
Feat: added integration connect and mcp oAuth (#20)
* Feat: added integration connect and mcp oAuth

* Feat: add mcp support to chat

* Fix: UI for integrations and logs

* Fix: ui

* Fix: proxy server

* Feat: enhance MCP tool integration and loading functionality

* Fix: added header

* Fix: Linear integration sync

---------

Co-authored-by: Manoj K <saimanoj58@gmail.com>
2025-07-17 12:41:32 +05:30
Manoj K
28803bec17 Feat: Delete episode nodes
Enhance: knowledge graphs with implicit relationships

- Added a new API route for deleting episodes, including related statements and entities.
- Introduced error handling for unauthorized access and non-existent episodes.
- Enhanced the KnowledgeGraphService with methods for resolving entities and managing relationships during deletions.
- Updated entity and episode models to support new deletion logic and ensure data integrity.
2025-07-11 09:17:06 +05:30
Manoj K
923c7e6549 feat: add GitHub node types and filter entity search by userId 2025-06-23 21:32:32 +05:30
Manoj K
33eae2619a feat: entity attributes and timeframe filter in search 2025-06-16 19:23:40 +05:30
Manoj K
02c7b90374 feat: add normalize episode content before storage 2025-06-11 12:38:24 +05:30
Harshith Mullapudi
56adc246c8 Feat: UI changes 2025-06-10 12:26:04 +05:30
Harshith Mullapudi
e62547526b Feat: added website 2025-06-07 10:19:45 +05:30
Harshith Mullapudi
8312cc342d Feat: ingest api 2025-06-04 15:03:14 +05:30
Harshith Mullapudi
0853a30897 Feat: added API 2025-06-03 10:04:12 +05:30
Harshith Mullapudi
ee3146e7ac Feat: added database 2025-05-27 23:24:50 +05:30
Harshith Mullapudi
060668e8c0 Fix: echo v2 2025-05-27 23:12:05 +05:30
Harshith Mullapudi
72edab887e Feat: added database 2025-05-27 13:10:08 +05:30