Skip to content
Merged

v0.1 #10

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

name: Release

Expand Down
2 changes: 1 addition & 1 deletion API/mcp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion ASLM/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.
2 changes: 1 addition & 1 deletion ASLM/asgi.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

import os
from django.core.asgi import get_asgi_application
Expand Down
2 changes: 1 addition & 1 deletion ASLM/settings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion ASLM/urls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

from django.contrib import admin
from django.urls import include, path
Expand Down
2 changes: 1 addition & 1 deletion ASLM/wsgi.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

import os
from django.core.wsgi import get_wsgi_application
Expand Down
8 changes: 4 additions & 4 deletions ASLM_Module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"fileVersion": 1,
"id": "aslm-code",
"name": "ASLM Code",
"description": "ASLM Code Module - coding assistant UI with LLM inference delegated to ASLM-Chat",
"version": "0.1.2.2",
"author": "NGGT-ASLM",
"description": "ASLM Code Module",
"version": "0.1.3.5",
"author": "NEXTGGTECH",
"type": "ui",
"category": [
"code"
Expand All @@ -14,7 +14,7 @@
"sidebarIcon": "sidebar_icon.png",
"source": {
"type": "github",
"repo": "NGGTLightKeeper/ASLM-Code"
"repo": "NEXTGGTECH/ASLM-Code"
},
"update": {
"mode": "release",
Expand Down
2 changes: 1 addition & 1 deletion Apps/Data/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.
2 changes: 1 addition & 1 deletion Apps/Data/admin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

from django.contrib import admin

Expand Down
2 changes: 1 addition & 1 deletion Apps/Data/apps.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

from django.apps import AppConfig

Expand Down
2 changes: 1 addition & 1 deletion Apps/Data/lms_presets.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion Apps/Data/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion Apps/Data/ollama_presets.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion Apps/Data/test_helpers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion Apps/Data/tests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion Apps/Data/views.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.
2 changes: 1 addition & 1 deletion Apps/UI/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/admin.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.
2 changes: 1 addition & 1 deletion Apps/UI/apps.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

import logging
import threading
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/chat_backend.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/file_manifests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/host_locale_bridge.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/host_theme_bridge.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/locale_catalog.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/markitdown_extractor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/models.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.
2 changes: 1 addition & 1 deletion Apps/UI/run_views.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/css/main/base.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright NGGT.LightKeeper. All Rights Reserved. */
/* Copyright NEXTGGTECH. Elastic License 2.0. */

/* Font faces */
@font-face {
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/css/main/browser-portal.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright NGGT.LightKeeper. All Rights Reserved. */
/* Copyright NEXTGGTECH. Elastic License 2.0. */

.browser-portal {
/* Limit layout/paint invalidation leaking into the message stream (main-thread isolation, not a second process). */
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/css/main/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright NGGT.LightKeeper. All Rights Reserved. */
/* Copyright NEXTGGTECH. Elastic License 2.0. */

/* App shell */
.app-shell {
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/css/main/markdown.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright NGGT.LightKeeper. All Rights Reserved. */
/* Copyright NEXTGGTECH. Elastic License 2.0. */

/* Markdown content */
.markdown-body {
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/engines/aslm-chat.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

// Facade adapter for ASLM-Chat-backed inference.
export const aslmChatAdapter = {
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/engines/engine-registry.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

import { aslmChatAdapter } from './aslm-chat.js';
import { googleGenAiAdapter } from './google-genai.js';
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/engines/google-genai.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

// Google GenAI adapter.
export const googleGenAiAdapter = {
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/engines/lms.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

// LM Studio adapter.
export const lmsAdapter = {
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/engines/ollama-service.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

import { OLLAMA_UNSUPPORTED_RUNTIME_PARAMS } from '../main/constants.js';

Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/engines/openai.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

// OpenAI-compatible adapter.
export const openAiAdapter = {
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/main/api.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

// Cookie helpers.
// Read one cookie value by name.
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/main/app-context.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

import { normalizeEngineValue } from '../engines/engine-registry.js';
import { initI18n } from './i18n.js';
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/main/chat-controller.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

import { deleteJson, getCsrfToken, getJson, patchJson, postJson } from './api.js';
import { intlLocaleTag, t } from './i18n.js';
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/main/constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

// Ollama-only runtime keys hidden from the managed UI.
export const OLLAMA_UNSUPPORTED_RUNTIME_PARAMS = new Set([
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/main/engine-manager.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

import { getJson, postJson } from './api.js';
import { t } from './i18n.js';
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/main/event-bindings.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

import { t } from './i18n.js';

Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/main/i18n.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

// Client-side translations from #aslmHostLocaleData (see host_locale_bridge).

Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/main/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

import { createAttachmentsUi } from '../ui/attachments-ui.js';
import { createBrowserPortalUi } from '../ui/browser-portal-ui.js';
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/main/utils.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

import { THINK_PARAMETER_KEYS } from './constants.js';
import { intlLocaleTag } from './i18n.js';
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/ui/attachments-ui.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

import { getCsrfToken } from '../main/api.js';
import { escHtml } from '../main/utils.js';
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/ui/browser-portal-ui.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

import { escHtml, escapeAttributeValue } from '../main/utils.js';
import { getJson, postJson } from '../main/api.js';
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/ui/chat-history-ui.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

import { escHtml, escapeAttributeValue } from '../main/utils.js';
import { t } from '../main/i18n.js';
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/ui/citation-preview-ui.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

import { escHtml, escapeAttributeValue } from '../main/utils.js';

Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/ui/citations-ui.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

import { escHtml, escapeAttributeValue } from '../main/utils.js';

Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/ui/messages-ui.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

import { escHtml, escapeAttributeValue, timeNow } from '../main/utils.js';
import {
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/ui/model-selector-ui.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

import { escHtml, parseJsonScript } from '../main/utils.js';

Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/ui/parameters-ui.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

import {
LLM_PARAMETER_OPTION_SETS,
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/ui/skills-ui.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

import { getJson, patchJson, postJson, requestJson } from '../main/api.js';
import { intlLocaleTag, t } from '../main/i18n.js';
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/ui/tool-inspector.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

// Tool inspector UI.
// Create the modal used to inspect tool inputs and outputs.
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/static/js/ui/workspace-ui.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright NGGT.LightKeeper. All Rights Reserved.
// Copyright NEXTGGTECH. Elastic License 2.0.

import { deleteJson, postJson } from '../main/api.js';
import { escHtml, escapeAttributeValue, parseJsonScript } from '../main/utils.js';
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/templates/main/base.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% load i18n_tags %}
{% comment %} Copyright NGGT.LightKeeper. All Rights Reserved. {% endcomment %}
{% comment %} Copyright NEXTGGTECH. Elastic License 2.0. {% endcomment %}
<!DOCTYPE html>
<html lang="{{ html_lang }}" dir="{{ text_direction }}" style="color-scheme: {% if host_theme_effective == 'light' %}light{% else %}dark{% endif %};">

Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/templates/main/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% block extra_css %}{% endblock %}

{% block body %}
{% comment %} Copyright NGGT.LightKeeper. All Rights Reserved. {% endcomment %}
{% comment %} Copyright NEXTGGTECH. Elastic License 2.0. {% endcomment %}

{# Main chat layout. #}
<div class="chat-shell">
Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/templatetags/i18n_tags.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/test_chat_backend.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/tests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/upload_storage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion Apps/UI/urls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright NGGT.LightKeeper. All Rights Reserved.
# Copyright NEXTGGTECH. Elastic License 2.0.

from django.urls import path

Expand Down
Loading