Add bnfexpress signed admin client and AI Agent Filament UI
- Modules\Shared\Bnfexpress\BnfexpressAdminClient: HMAC-signed HTTP client for bnfexpress's admin API (EV FAQs, agent instructions, chat history), with a bnfexpress:smoke-test command and full unit coverage. - New ai-agent module: Filament pages to manage EV FAQs, publish/roll back agent instruction versions, and browse EV chat history + transcripts. - New manage_ai_agent permission (super_admin/admin). - Recorded .ai/rules for the client's auth scheme and non-Resource Filament page/table testing gotchas.
This commit is contained in:
@@ -99,3 +99,8 @@ VITE_APP_NAME="${APP_NAME}"
|
||||
|
||||
FASTAPI_AGENT_JWT_SECRET=
|
||||
FASTAPI_AGENT_JWT_ALGORITHM=HS256
|
||||
|
||||
# Must match the ev_admin entry in bnfexpress's own ADMIN_SERVICE_CLIENTS.
|
||||
BNFEXPRESS_AI_API_URL=http://bnfexpress-app:8000
|
||||
BNFEXPRESS_AI_CLIENT_ID=ev_admin
|
||||
BNFEXPRESS_AI_CLIENT_SECRET=
|
||||
|
||||
Reference in New Issue
Block a user