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.
Portfolio Demo
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 Portfolio
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.
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