| 10 commits | 47 files changed | 0 commit comments | 1 contributor |
|
|
Update realtor listing flow: auto title and preview card | 786a98b |
|
|
Enable realtor profile to create listings via vmk_data create_listing_tool | eac5fce |
|
|
Add navi_ui form component with client-side validation | fe43ad9 |
|
|
Simplify navi_ui instructions for small models | 3156354 |
|
|
Enable navi_ui card_grid for realtor profile | d58ed47 |
|
|
Add internal navi_ui MCP server for structured UI components | 29d39ac |
|
|
Harden realtor profile search rules and filters | 92c92f2 |
|
|
Apply rent_bot user flow to realtor profile | d445eec |
|
|
Fix vmk_data MCP server URL: add /mcp endpoint path | bcd0e19 |
|
|
Add vmk_data MCP server and realtor profile for real estate search | f9fd491 |
| docs/tools.md |
|---|
| docs/websocket.md |
|---|
| mcp_servers.d/navi_ui.json 0 → 100644 |
|---|
| mcp_servers.d/vmk_data.json 0 → 100644 |
|---|
| navi/api/websocket.py |
|---|
| navi/config.py |
|---|
| navi/core/agent.py |
|---|
| navi/core/anti_stall.py |
|---|
| navi/core/context_builder.py |
|---|
| navi/core/orchestrator.py |
|---|
| navi/core/pg_session_store.py |
|---|
| navi/main.py |
|---|
| navi/mcp/tools.py |
|---|
| navi/mcp/ui_server.py 0 → 100644 |
|---|
| navi/mcp/ui_server/__init__.py 0 → 100644 |
|---|
| navi/mcp/ui_server/components/__init__.py 0 → 100644 |
|---|
| navi/mcp/ui_server/components/base.py 0 → 100644 |
|---|
| navi/mcp/ui_server/components/card_grid.py 0 → 100644 |
|---|
| navi/mcp/ui_server/components/form.py 0 → 100644 |
|---|
| navi/mcp/ui_server/components/registry.py 0 → 100644 |
|---|
| navi/mcp/ui_server/server.py 0 → 100644 |
|---|
| navi/profiles/realtor/config.json 0 → 100644 |
|---|
| navi/profiles/realtor/subagent_system_prompt.txt 0 → 100644 |
|---|
| navi/profiles/realtor/system_prompt.txt 0 → 100644 |
|---|
| tests/conftest_factory.py |
|---|
| tests/unit/api/test_websocket.py |
|---|
| tests/unit/core/test_pg_session_store.py |
|---|
| tests/unit/mcp/test_ui_server.py 0 → 100644 |
|---|
| tests/unit/test_mcp.py |
|---|
| webclient/dist/assets/index-B-XArGgJ.js 100644 → 0 |
|---|
|
Not supported
|
| webclient/dist/assets/index-B4D428gG.css 0 → 100644 |
|---|
| webclient/dist/assets/index-B9MKY33g.css 100644 → 0 |
|---|
| webclient/dist/assets/index-BWmM9yYP.js 0 → 100644 |
|---|
|
Not supported
|
| webclient/dist/index.html |
|---|
| webclient/src/components/chat/ChatArea.vue |
|---|
| webclient/src/components/messages/AssistantMessage.vue |
|---|
| webclient/src/components/messages/UiComponentCard.vue 0 → 100644 |
|---|
| webclient/src/components/ui/CardGrid.vue 0 → 100644 |
|---|
| webclient/src/components/ui/Form.vue 0 → 100644 |
|---|
| webclient/src/components/ui/registry.js 0 → 100644 |
|---|
| webclient/src/composables/useWebSocket.js |
|---|
| webclient/src/stores/chat.js |
|---|
| webclient/tests/unit/components/ui/CardGrid.test.js 0 → 100644 |
|---|
| webclient/tests/unit/components/ui/Form.test.js 0 → 100644 |
|---|
| webclient/tests/unit/components/ui/UiComponentCard.test.js 0 → 100644 |
|---|
| webclient/tests/unit/components/ui/registry.test.js 0 → 100644 |
|---|
| webclient/tests/unit/stores/chat.test.js |
|---|