Portfolio Demo

PerkForge Assistant Lite

A local-first AI agent concept with WPF UI, Ollama support, simple tools, persistent JSON memory, and a static browser simulation for the portfolio.

Back to Home
PerkForge Assistant Lite screenshot placeholder

Browser Simulation

The embedded demo below does not call a backend or model. It simulates the assistant interface, reasoning trace, tool use, and memory access entirely in the browser.

Features

  • Input box, output panel, Ask button, and Clear button.
  • Simulated local reasoning and tool routing.
  • Fake file search, summarization, and checklist tool use.
  • Fake memory access based on a memory.json-style profile.

Tech Stack

  • .NET 8 WPF desktop project.
  • Ollama localhost model target.
  • Static HTML, CSS, and JavaScript portfolio simulation.
  • No cloud calls, backend, telemetry, or external libraries.
Download

Architecture

PerkForge Assistant Lite
|-- src/ui
|   |-- MainWindow.xaml
|   `-- MainWindow.xaml.cs
|-- src/core
|   |-- Agent.cs
|   |-- LlmClient.cs
|   `-- MemoryStore.cs
|-- src/tools
|   |-- FileSearchTool.cs
|   |-- SummarizeTool.cs
|   `-- ChecklistTool.cs
`-- src/memory
    `-- memory.json