phernandez
|
c5d21276de
|
change entity.path_id to entity.permalink
|
2025-01-12 16:47:21 -06:00 |
|
phernandez
|
90a301d4ce
|
rename entity.name to entity.title
|
2025-01-12 13:48:16 -06:00 |
|
phernandez
|
8284bee0f7
|
fixing tests
|
2025-01-10 22:25:24 -06:00 |
|
phernandez
|
286addb221
|
modify knowledge writer
|
2025-01-07 21:45:18 -06:00 |
|
phernandez
|
1c6836d83f
|
fix tests
|
2025-01-07 20:29:59 -06:00 |
|
phernandez
|
5229641c61
|
re-add get_entity_by_type to discovery_router.py
|
2025-01-07 18:27:39 -06:00 |
|
phernandez
|
545c1a77f3
|
remove document code
|
2025-01-07 00:20:11 -06:00 |
|
phernandez
|
5c9665069c
|
fix knowledge tests
|
2025-01-06 23:51:55 -06:00 |
|
phernandez
|
48811b0a68
|
knowledge router testing wip
|
2025-01-06 23:02:03 -06:00 |
|
phernandez
|
9c125aa5db
|
update_entity
|
2025-01-06 22:16:01 -06:00 |
|
phernandez
|
c320f64b53
|
get tests working
|
2025-01-06 21:08:19 -06:00 |
|
phernandez
|
ea359d2484
|
update entity/repostitory/service
|
2025-01-06 18:57:04 -06:00 |
|
phernandez
|
fa7e986d3b
|
fix tests, add SearchResult response type for search
|
2025-01-04 22:22:38 -06:00 |
|
phernandez
|
dbe9cea261
|
add search indexing to api routes
|
2025-01-04 20:54:52 -06:00 |
|
phernandez
|
5488ff49d1
|
add search_service.reindex_all() and api route
|
2025-01-04 20:14:36 -06:00 |
|
phernandez
|
5e3c62886e
|
add search routes
|
2025-01-04 17:16:47 -06:00 |
|
phernandez
|
289fcf7a93
|
fix tests
|
2024-12-30 21:01:36 -06:00 |
|
phernandez
|
d7ff262bea
|
use enum in activitytype
|
2024-12-30 20:39:45 -06:00 |
|
phernandez
|
1507875785
|
add get_recent_activity endpoint
|
2024-12-30 20:32:55 -06:00 |
|
phernandez
|
8dd2de3e9a
|
add list_by_type tool
|
2024-12-30 14:44:23 -06:00 |
|
phernandez
|
566a796d68
|
fix sqlalchemy dep loading in deps.py
|
2024-12-30 14:08:21 -06:00 |
|
phernandez
|
2bc35f34e3
|
add get_observation_categories
|
2024-12-30 13:26:44 -06:00 |
|
phernandez
|
bcc5f8a165
|
add get_entity_types endpoint
|
2024-12-30 13:06:41 -06:00 |
|
phernandez
|
439e4dc11a
|
fix all tests to use path_id, file_path
|
2024-12-26 22:17:47 -06:00 |
|
phernandez
|
f213ad5efa
|
add category to observation schema
|
2024-12-25 12:03:33 -06:00 |
|
phernandez
|
eb6902af39
|
rename router classes
|
2024-12-25 10:25:48 -06:00 |
|
phernandez
|
353342a5e2
|
fix all endpoints for tools
|
2024-12-25 10:18:12 -06:00 |
|
phernandez
|
59fa354c77
|
use FilePath for documents
|
2024-12-25 09:15:14 -06:00 |
|
phernandez
|
d430a5bd94
|
fastmcp tools
|
2024-12-24 23:32:13 -06:00 |
|
phernandez
|
f044de9e1d
|
use path_id instead of entity_id everywhere
|
2024-12-24 22:25:06 -06:00 |
|
phernandez
|
061e01893a
|
more validation fixes
|
2024-12-24 21:03:00 -06:00 |
|
phernandez
|
90ca41fead
|
fix tests
|
2024-12-24 20:29:21 -06:00 |
|
phernandez
|
0bbcf636f6
|
change /knowledge endpoints to use ids
|
2024-12-24 18:15:59 -06:00 |
|
phernandez
|
bde381c9e2
|
use path based ids for documents api
|
2024-12-24 09:58:45 -06:00 |
|
phernandez
|
0a177f17c8
|
add /documents endpoints to mcp server
|
2024-12-23 17:26:18 -06:00 |
|
phernandez
|
cbbfa6e637
|
refactor knowledge_service to return Entity objects on updates
|
2024-12-23 10:11:56 -06:00 |
|
phernandez
|
0b5660d5fb
|
Return entities when modifiying observations/relations in /knowledge routes
|
2024-12-23 09:53:12 -06:00 |
|
phernandez
|
84ddb7f637
|
Use KnowledgeService in /knowledge routes
|
2024-12-23 09:37:52 -06:00 |
|
phernandez
|
73c0a4078e
|
more test fixing for entity int id
|
2024-12-22 12:52:01 -06:00 |
|
phernandez
|
c7e71bf06d
|
fix observation service tests, remove EntityId from schemas.py
|
2024-12-22 12:32:59 -06:00 |
|
phernandez
|
054cea976c
|
remove unused fileio code
|
2024-12-22 09:22:02 -06:00 |
|
phernandez
|
fcad7b074d
|
fix delete to use get by id
|
2024-12-21 23:52:08 -06:00 |
|
phernandez
|
3541c2873d
|
change document api to uset get by id
|
2024-12-21 23:46:05 -06:00 |
|
phernandez
|
f4bc0cabd9
|
fix document api
|
2024-12-21 22:53:55 -06:00 |
|
phernandez
|
1db97b59a4
|
fix document router tests
|
2024-12-21 22:12:33 -06:00 |
|
phernandez
|
da54b495d9
|
document tests
|
2024-12-21 21:51:47 -06:00 |
|
phernandez
|
59199b1e01
|
fix document api test wiring
|
2024-12-21 20:18:47 -06:00 |
|
phernandez
|
76322b79c0
|
refactor document pydantic schemas a bit
|
2024-12-21 20:01:09 -06:00 |
|
phernandez
|
ddf2d2fd0e
|
add metadata and errors to /documents api
|
2024-12-21 19:56:54 -06:00 |
|
phernandez
|
0e654c750e
|
add documents api
|
2024-12-21 19:06:16 -06:00 |
|