f99010fae1
Desktop Artifacts / Desktop Build (Linux) (push) Waiting to run
Desktop Artifacts / Desktop Build (Windows) (push) Waiting to run
Desktop Artifacts / Desktop Build (Linux (arm64)) (push) Waiting to run
Desktop Artifacts (macOS) / Desktop Build (macOS (aarch64)) (push) Waiting to run
Desktop Artifacts (macOS) / Desktop Build (macOS (x86_64)) (push) Waiting to run
CI / lint (push) Failing after 1s
CI / frontend (push) Failing after 1s
CI / scripts (push) Failing after 1s
CI / Go Test (ubuntu-latest) (push) Failing after 0s
CI / frontend-node-25 (push) Failing after 1s
CI / docs (push) Failing after 0s
CI / coverage (push) Failing after 0s
CI / e2e (push) Failing after 0s
Docker / build-and-push (push) Failing after 1s
CI / integration (push) Failing after 4m43s
CI / Go Test (windows-latest) (push) Has been cancelled
CI / Desktop Unit Tests (Windows) (push) Has been cancelled
89 lines
2.4 KiB
TOML
89 lines
2.4 KiB
TOML
[project]
|
|
site_name = "AgentsView"
|
|
site_url = "https://agentsview.io"
|
|
site_description = "Local-first desktop and web app for AI agent sessions"
|
|
site_author = "Kenn Software LLC"
|
|
copyright = 'Copyright © 2026 <a href="https://kenn.io">Kenn Software LLC</a>. MIT License.'
|
|
docs_dir = "docs"
|
|
site_dir = "site"
|
|
repo_url = "https://github.com/kenn-io/agentsview"
|
|
repo_name = "kenn-io/agentsview"
|
|
extra_css = ["stylesheets/extra.css"]
|
|
extra_javascript = ["javascripts/lightbox.js"]
|
|
use_directory_urls = true
|
|
nav = [
|
|
{"Quick Start" = "quickstart.md"},
|
|
{"Usage Guide" = "usage.md"},
|
|
{"Activity" = "activity.md"},
|
|
{"Recent Edits" = "recent-edits.md"},
|
|
{"Session Intelligence" = "session-intelligence.md"},
|
|
{"MCP Server" = "mcp.md"},
|
|
{"Token Usage & Costs" = "token-usage.md"},
|
|
{"Chat Import" = "chat-import.md"},
|
|
{"Session Insights" = "insights.md"},
|
|
{"CLI Reference" = "commands.md"},
|
|
{"Session Export" = "session-export.md"},
|
|
{"Stats" = "stats.md"},
|
|
{"Session API" = "session-api.md"},
|
|
{"Semantic Search" = "semantic-search.md"},
|
|
{"Semantic Search Internals" = "semantic-search-internals.md"},
|
|
{"Recall (Experimental)" = "recall.md"},
|
|
{"Configuration" = "configuration.md"},
|
|
{"Remote Access" = "remote-access.md"},
|
|
{"PostgreSQL Sync" = "pg-sync.md"},
|
|
{"DuckDB Mirror" = "duckdb.md"},
|
|
{"Changelog" = "changelog.md"},
|
|
]
|
|
|
|
[project.extra]
|
|
homepage = "/"
|
|
|
|
[project.theme]
|
|
variant = "modern"
|
|
custom_dir = "overrides"
|
|
features = [
|
|
"navigation.instant",
|
|
"navigation.instant.progress",
|
|
"navigation.tracking",
|
|
"navigation.sections",
|
|
"navigation.path",
|
|
"content.code.copy",
|
|
]
|
|
|
|
[project.theme.palette]
|
|
scheme = "slate"
|
|
primary = "custom"
|
|
accent = "custom"
|
|
|
|
[project.theme.icon]
|
|
repo = "fontawesome/brands/github"
|
|
edit = "lucide/pencil"
|
|
view = "lucide/file-code"
|
|
|
|
[project.markdown_extensions.admonition]
|
|
|
|
[project.markdown_extensions.attr_list]
|
|
|
|
[project.markdown_extensions.md_in_html]
|
|
|
|
[project.markdown_extensions.pymdownx.details]
|
|
|
|
[project.markdown_extensions.pymdownx.highlight]
|
|
anchor_linenums = true
|
|
pygments_lang_class = true
|
|
|
|
[project.markdown_extensions.pymdownx.inlinehilite]
|
|
|
|
[project.markdown_extensions.pymdownx.superfences]
|
|
custom_fences = [
|
|
{ name = "mermaid", class = "mermaid", format = "pymdownx.superfences.fence_code_format" }
|
|
]
|
|
|
|
[project.markdown_extensions.pymdownx.tabbed]
|
|
alternate_style = true
|
|
|
|
[project.markdown_extensions.tables]
|
|
|
|
[project.markdown_extensions.toc]
|
|
permalink = true
|