{"id":50514923,"url":"https://github.com/fuseraft/fuseraft-server","last_synced_at":"2026-06-02T23:02:38.478Z","repository":{"id":361422693,"uuid":"1241813070","full_name":"fuseraft/fuseraft-server","owner":"fuseraft","description":"Blazor Server web UI for fuseraft — manage agent orchestration sessions, build configs visually, handle HITL approvals, and schedule recurring runs.","archived":false,"fork":false,"pushed_at":"2026-05-30T14:38:06.000Z","size":277,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-30T16:14:05.317Z","etag":null,"topics":["ai-agents","blazor","dotnet","fuseraft","multi-agent","orchestration"],"latest_commit_sha":null,"homepage":"https://fuseraft.github.io/fuseraft-cli","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fuseraft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-17T21:05:29.000Z","updated_at":"2026-05-30T14:38:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/fuseraft/fuseraft-server","commit_stats":null,"previous_names":["fuseraft/fuseraft-server"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/fuseraft/fuseraft-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuseraft%2Ffuseraft-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuseraft%2Ffuseraft-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuseraft%2Ffuseraft-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuseraft%2Ffuseraft-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fuseraft","download_url":"https://codeload.github.com/fuseraft/fuseraft-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuseraft%2Ffuseraft-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33840214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agents","blazor","dotnet","fuseraft","multi-agent","orchestration"],"created_at":"2026-06-02T23:02:34.820Z","updated_at":"2026-06-02T23:02:38.473Z","avatar_url":"https://github.com/fuseraft.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fuseraft-server\n\n\u003cimg src=\"wwwroot/fuseraft-banner.png\" alt=\"fuseraft — an agent orchestration framework\"\u003e\n\nA Blazor Server web UI for [fuseraft](https://github.com/fuseraft/fuseraft-cli) — manage agent orchestration sessions, build orchestration configs visually, handle human-in-the-loop approvals, and schedule recurring runs, all from a browser.\n\n---\n\n## Features\n\n### Sessions\nStart and monitor multi-agent orchestration sessions. Each session streams live agent events as they happen. Running sessions can be cancelled; completed sessions retain their full event history.\n\n### Orchestration Builder\nBuild and launch orchestration configs without touching YAML directly.\n\n- **Recent configs** — previously used orchestrations appear at the top of the template picker; select one and start a session immediately without re-generating anything\n- Pick from 10 built-in templates (Dev Team, Research, DevOps, Minimal, and more)\n- Edit agents visually: name, description, instructions, model override, endpoint, reasoning effort, plugins, FunctionChoice, TrustScore, MaxTokens\n- Select a stored **Model Profile** per agent to populate model ID, endpoint, and reasoning effort in one click\n- Save to a workspace directory and launch directly into a new session\n\n### Model Profiles\nStore model IDs, API endpoints, and API keys once — reference them from any orchestration.\n\n- Add profiles for any provider (Anthropic, OpenAI, xAI, Google, Mistral, Ollama, …)\n- API keys are stored in the OS keychain (GNOME Keyring on Linux via `secret-tool`, macOS Keychain via the `security` CLI, Windows Credential Manager via DPAPI) with a mode-600 plain-text fallback at `~/.fuseraft/profile-keys/`\n- On startup, each profile's key is injected as `FUSERAFT_PROFILE_{id}_KEY` so the orchestrator resolves it automatically via `apiKeyEnvVar:` in the YAML\n- Non-secret fields (name, model ID, endpoint, provider) are persisted to `~/.fuseraft/model-profiles.json`\n\n### Plugins\nBrowse every registered plugin and its functions — name, description, and full function list — with a live search that filters across plugins and individual function descriptions.\n\n### Context\nAttach reference documents to a workspace. Imported files are indexed in `.fuseraft/context/` and injected into agent context at session start.\n\n### Configs\nValidate existing orchestration YAML files. The panel shows agent names, selection type, and any configuration issues (missing API key env vars, unknown selection strategies, etc.).\n\n### Schedule\nDefine recurring orchestration runs on a cron schedule.\n\n### REPL\nAn interactive chat interface backed by the fuseraft CLI REPL — the same engine that powers the VS Code extension and the `fuseraft repl` terminal command.\n\n- Select any configured **Model Profile** to start a session; API keys are injected automatically from the profile store\n- Full slash-command support (`/help`, `/clear`, `/compact`, `/plan`, `/execute`, `/system`, `/safe-mode`, and all other built-in commands) — handled natively by the CLI process, not re-implemented in the server\n- Tool use enabled by default: FileSystem, Shell, Search, Git, and Http tools are available to the model\n- Streaming tokens and tool-call badges update in real-time as the model responds\n- Assistant responses are rendered as Markdown (code blocks, tables, lists, etc.)\n- Sessions are persisted to `~/.fuseraft/repl-sessions/` after each turn; past sessions appear in the **Recent Sessions** table and can be resumed at any time\n- Internally the server spawns `fuseraft repl --vscode --no-banner` and speaks the same JSON-line protocol (`ready`, `token`, `tool_call`, `message_end`, `plan`, `step_status`, `session_end`, …) used by the VS Code extension\n\n### HITL (Human-in-the-Loop)\nAgents can pause and request human input mid-run. The HITL panel shows pending prompts with a badge count in the nav, lets you respond or redirect, and unblocks the waiting agent automatically.\n\n---\n\n## Ecosystem Tools\n\n### vsl (Vessel)\nVessel (vsl) - Mini Autonomous Software Engineering Agent (Phase 1).\n\n**Purpose**: CLI tool for repository analysis and implementation planning using LangGraph orchestration. Complementary to fuseraft for automated SE workflows.\n\n**Tech Stack**:\n- Python 3.14, LangGraph, langchain-openai (xAI grok-4.3), Typer, pytest, uv\n- State in `.vsl/` JSON\n\n**CLI Commands** (Phase 1):\n```bash\nvsl analyze --repo ./sample-repo  # Analyze repo; writes .vsl/analysis.json\nvsl plan --repo ./sample-repo --task \"Add Redis caching to the customer lookup API\"  # Generate plan; writes .vsl/plan.json\n```\n\nSee `../vsl/` (task.md, pyproject.toml, vsl/ package) for source and full spec. Uses XAI_API_KEY env var. No direct runtime integration with fuseraft-cli yet.\n\n---\n\n## Requirements\n\n- [.NET 10 SDK](https://dotnet.microsoft.com/download)\n- `fuseraft-cli` (included as a project reference via `../fuseraft-cli/src/fuseraft.csproj`)\n- Linux: `secret-tool` (from `libsecret-tools`) for keychain storage, or keys fall back to plain-text\n\n---\n\n## Running\n\n```bash\ndotnet run --project fuseraft-server/FuseraftServer.csproj\n```\n\nThen open [http://localhost:5000](http://localhost:5000).\n\nThe project ships with a `Properties/launchSettings.json` that sets `ASPNETCORE_ENVIRONMENT=Development`, which is required for Blazor's static web assets (including `blazor.web.js`) to be served correctly.\n\n---\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuseraft%2Ffuseraft-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuseraft%2Ffuseraft-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuseraft%2Ffuseraft-server/lists"}