Begin adding AI memory
This commit is contained in:
15
app/urls.py
15
app/urls.py
@@ -83,6 +83,21 @@ urlpatterns = [
|
||||
system.EventProjectionShadowAPI.as_view(),
|
||||
name="system_projection_shadow",
|
||||
),
|
||||
path(
|
||||
"settings/system/event-ledger-smoke/",
|
||||
system.EventLedgerSmokeAPI.as_view(),
|
||||
name="system_event_ledger_smoke",
|
||||
),
|
||||
path(
|
||||
"settings/system/memory-search/status/",
|
||||
system.MemorySearchStatusAPI.as_view(),
|
||||
name="system_memory_search_status",
|
||||
),
|
||||
path(
|
||||
"settings/system/memory-search/query/",
|
||||
system.MemorySearchQueryAPI.as_view(),
|
||||
name="system_memory_search_query",
|
||||
),
|
||||
path(
|
||||
"settings/command-routing/",
|
||||
automation.CommandRoutingSettings.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user