LICENSE
MANIFEST.in
README.md
auto_setup.py
codex_telegram_bot.py
kg_schema.py
knowledge_graph.py
knowledge_graph_api.py
llm_router.py
local_knowledge_api.py
ltcai_cli.py
mcp_registry.py
p_reinforce.py
pyproject.toml
requirements.txt
server.py
setup.py
telegram_bot.py
tools.py
docs/CHANGELOG.md
docs/EDITION_STRATEGY.md
docs/ENTERPRISE.md
docs/MULTI_AGENT_RUNTIME.md
docs/OPERATIONS.md
docs/PLUGIN_SDK.md
docs/REALTIME_COLLABORATION.md
docs/V2_ARCHITECTURE.md
docs/V3_2_AUDIT.md
docs/V3_BACKEND_ARCHITECTURE.md
docs/V3_FRONTEND.md
docs/WORKFLOW_DESIGNER.md
docs/architecture.md
docs/kg-schema.md
docs/mcp-tools.md
docs/privacy.md
docs/public-deploy.md
docs/security-model.md
docs/spec-vs-impl.md
latticeai/__init__.py
latticeai/server_app.py
latticeai/api/__init__.py
latticeai/api/admin.py
latticeai/api/agent_registry.py
latticeai/api/agents.py
latticeai/api/auth.py
latticeai/api/chat.py
latticeai/api/computer_use.py
latticeai/api/deps.py
latticeai/api/garden.py
latticeai/api/health.py
latticeai/api/hooks.py
latticeai/api/local_files.py
latticeai/api/marketplace.py
latticeai/api/mcp.py
latticeai/api/memory.py
latticeai/api/models.py
latticeai/api/permissions.py
latticeai/api/plugins.py
latticeai/api/realtime.py
latticeai/api/search.py
latticeai/api/security_dashboard.py
latticeai/api/setup.py
latticeai/api/static_routes.py
latticeai/api/tools.py
latticeai/api/workflow_designer.py
latticeai/api/workspace.py
latticeai/core/__init__.py
latticeai/core/agent.py
latticeai/core/agent_prompts.py
latticeai/core/agent_registry.py
latticeai/core/audit.py
latticeai/core/builtin_hooks.py
latticeai/core/config.py
latticeai/core/context_builder.py
latticeai/core/document_generator.py
latticeai/core/embedding_providers.py
latticeai/core/enterprise.py
latticeai/core/enterprise_admin.py
latticeai/core/graph_curator.py
latticeai/core/hooks.py
latticeai/core/local_embeddings.py
latticeai/core/logging_safety.py
latticeai/core/marketplace.py
latticeai/core/model_compat.py
latticeai/core/model_resolution.py
latticeai/core/multi_agent.py
latticeai/core/plugins.py
latticeai/core/realtime.py
latticeai/core/security.py
latticeai/core/sessions.py
latticeai/core/timezones.py
latticeai/core/tool_registry.py
latticeai/core/workflow_engine.py
latticeai/core/workspace_os.py
latticeai/services/__init__.py
latticeai/services/agent_runtime.py
latticeai/services/app_context.py
latticeai/services/chat_service.py
latticeai/services/memory_service.py
latticeai/services/model_catalog.py
latticeai/services/model_recommendation.py
latticeai/services/model_runtime.py
latticeai/services/model_service.py
latticeai/services/platform_runtime.py
latticeai/services/search_service.py
latticeai/services/tool_dispatch.py
latticeai/services/upload_service.py
latticeai/services/workspace_service.py
ltcai.egg-info/PKG-INFO
ltcai.egg-info/SOURCES.txt
ltcai.egg-info/dependency_links.txt
ltcai.egg-info/entry_points.txt
ltcai.egg-info/requires.txt
ltcai.egg-info/top_level.txt
plugins/README.md
plugins/git-insights/plugin.json
plugins/hello-world/plugin.json
plugins/hello-world/skills/hello_skill/SKILL.md
scripts/build_v3_assets.mjs
scripts/generate_diagrams.py
scripts/lint_v3.mjs
scripts/take_screenshots.js
scripts/validate_release_artifacts.py
scripts/capture/capture_enterprise.js
scripts/capture/capture_graph.js
scripts/capture/capture_onboarding.js
scripts/capture/capture_page.js
scripts/capture/capture_release_media.js
scripts/capture/capture_skills.js
scripts/capture/capture_v340.js
scripts/capture/capture_workspace.js
skills/SKILL_TEMPLATE.md
skills/code_review/SKILL.md
skills/code_review/examples.md
skills/data_analysis/SKILL.md
skills/data_analysis/examples.md
skills/file_edit/SKILL.md
skills/file_edit/examples.md
skills/summarize_document/SKILL.md
skills/summarize_document/examples.md
skills/web_search/SKILL.md
skills/web_search/examples.md
static/account.html
static/activity.html
static/admin.html
static/agents.html
static/chat.html
static/favicon.ico
static/graph.html
static/manifest.json
static/platform.css
static/plugins.html
static/sw.js
static/workflows.html
static/workspace.css
static/workspace.html
static/css/responsive.css
static/css/tokens.3ba22e37.css
static/css/tokens.css
static/css/reference/account.css
static/css/reference/admin.css
static/css/reference/base.css
static/css/reference/chat.css
static/css/reference/graph.css
static/icons/apple-touch-icon.png
static/icons/favicon-32.png
static/icons/icon-192.png
static/icons/icon-512.png
static/scripts/account.js
static/scripts/admin.js
static/scripts/chat.js
static/scripts/graph.js
static/scripts/platform.js
static/scripts/ux.js
static/scripts/workspace.js
static/v3/asset-manifest.json
static/v3/index.html
static/v3/css/lattice.base.css
static/v3/css/lattice.base.e4cdd05d.css
static/v3/css/lattice.components.9b49d614.css
static/v3/css/lattice.components.css
static/v3/css/lattice.shell.6ceea7c8.css
static/v3/css/lattice.shell.css
static/v3/css/lattice.tokens.css
static/v3/css/lattice.tokens.e7018963.css
static/v3/css/lattice.views.22f69117.css
static/v3/css/lattice.views.css
static/v3/js/app.d086489d.js
static/v3/js/app.js
static/v3/js/core/api.12b568ad.js
static/v3/js/core/api.js
static/v3/js/core/components.f25b3b93.js
static/v3/js/core/components.js
static/v3/js/core/dom.a2773eb0.js
static/v3/js/core/dom.js
static/v3/js/core/router.584570f2.js
static/v3/js/core/router.js
static/v3/js/core/routes.d214b399.js
static/v3/js/core/routes.js
static/v3/js/core/shell.d05266f5.js
static/v3/js/core/shell.js
static/v3/js/core/store.34ebd5e6.js
static/v3/js/core/store.js
static/v3/js/views/admin-audit.660a1fb1.js
static/v3/js/views/admin-audit.js
static/v3/js/views/admin-permissions.a7ae5f09.js
static/v3/js/views/admin-permissions.js
static/v3/js/views/admin-policies.3658fd86.js
static/v3/js/views/admin-policies.js
static/v3/js/views/admin-private-vpc.7d342d36.js
static/v3/js/views/admin-private-vpc.js
static/v3/js/views/admin-security.07c66b72.js
static/v3/js/views/admin-security.js
static/v3/js/views/admin-users.03bac88c.js
static/v3/js/views/admin-users.js
static/v3/js/views/agents.014d0b74.js
static/v3/js/views/agents.js
static/v3/js/views/chat.e6dd7dd0.js
static/v3/js/views/chat.js
static/v3/js/views/files.adad14c1.js
static/v3/js/views/files.js
static/v3/js/views/home.24f8b8ae.js
static/v3/js/views/home.js
static/v3/js/views/hooks.37895880.js
static/v3/js/views/hooks.js
static/v3/js/views/hybrid-search.b22b97e0.js
static/v3/js/views/hybrid-search.js
static/v3/js/views/knowledge-graph.a14ea7e7.js
static/v3/js/views/knowledge-graph.js
static/v3/js/views/marketplace.ab0583d4.js
static/v3/js/views/marketplace.js
static/v3/js/views/mcp.99b5c6a7.js
static/v3/js/views/mcp.js
static/v3/js/views/memory.4ebdf474.js
static/v3/js/views/memory.js
static/v3/js/views/models.a1ffa147.js
static/v3/js/views/models.js
static/v3/js/views/my-computer.d9d9ae1c.js
static/v3/js/views/my-computer.js
static/v3/js/views/pipeline.c522f1ce.js
static/v3/js/views/pipeline.js
static/v3/js/views/planning.9ac3e313.js
static/v3/js/views/planning.js
static/v3/js/views/settings.8631fa5e.js
static/v3/js/views/settings.js
static/v3/js/views/skills.c6c2f965.js
static/v3/js/views/skills.js
static/v3/js/views/tools.e4f11276.js
static/v3/js/views/tools.js
static/v3/js/views/workflows.26c57290.js
static/v3/js/views/workflows.js