forked from retoor/devplacepy
feat: add api key auth, devii agent, openai gateway, and admin service management
This commit introduces a comprehensive set of new features including API key authentication with CLI management commands (get, reset, backfill), a Devii agentic assistant with WebSocket terminal and session bootstrap, an OpenAI-compatible LLM gateway service, and an admin service management panel. It also adds Playwright browser automation for bot support, configures internal gateway URLs, refactors content editing/deletion to support JSON API responses, and updates documentation across AGENTS.md, README.md, and the developer docs site.
This commit is contained in:
@@ -14,4 +14,12 @@
|
||||
<button type="submit" class="comment-form-submit"><span class="icon">📤</span> Post</button>
|
||||
</div>
|
||||
</form>
|
||||
{% else %}
|
||||
<form class="comment-form comment-form-guest" onsubmit="return false">
|
||||
<textarea name="content" placeholder="Your opinion goes here..." disabled aria-disabled="true"></textarea>
|
||||
<div class="comment-form-actions">
|
||||
<button type="button" class="comment-form-submit" disabled aria-disabled="true" title="Log in to participate"><span class="icon">📤</span> Post</button>
|
||||
{{ login_hint(user) }}
|
||||
</div>
|
||||
</form>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user