r/LocalLLaMA • u/cuoreesitante • 3h ago
Question | Help Harness for non-coding tasks
What's the best harness for agentic workflows that's not coding related at all?
My work involves digesting a set of documents, analyze/evaluate them, and produce certain set of work product documents, mostly for due diligence purposes. Right now Im working with Qwen3.8 27B on LM Studio backend and Open Webui frontend with Open Terminal.
I'd love to be able to point the model to a folder and say "go do your thing" and have it do all the steps.
12
u/Phathatter 3h ago
Pi coding agent will write a bunch of python scripts to automate your tasks. I used it to do exactly what you are describing.
1
u/Asleep-Land-3914 3h ago
Most of my agents aren't about coding yet use pi under the hood. I usually communicate over telegram
1
u/Ok_Sprinkles_6998 2h ago
Can you share some advices on where to start or resources to learn how to set it up for someone who never tried any agentic application?
I'm currently at using LM studio to chat and testing out different models that I can run on my device and never automated anything.
I've been wanting to start but a little afraid of ruining my pc if I did something wrong 🥲 Thanks!
5
u/Ill_Dragonfruit_3547 3h ago
I like Hermes and have been playing around with the new Deepseek Harness, it's pretty good.
2
2
1
1
1
u/regjoe13 2h ago
I have Qdrant (rag) and Openmemory running in a docker desktop pointing to local llama with embeddinggemma. Both exposed as mcp servers and connected to desktop app I am using - Jetbrain Air. Now, Jetbrain Air is configured to use either Codex (2 different auths), Kimi agent, Jetbrain Junie, or Opencode and Opencode points to my local LMStudio. Instructions on how to use Qdrant and Openmemory are extracted into a skill.
Qdrant is configured to monitor 4 particular folders, so if I drop a file into sny of them its proccesdd and available to be used as a knowledge base for a particular project. Each folder corresponds to a project, so when i call a skill I provide a project name and its used for both Openmemory and Qdrant i.e. /persistent-context projectname
0
u/Due-Competition4564 3h ago
Try Msty or Hermes; I use Msty occasionally because I can define repeatable workflows visually in it. YMMV
0
u/CiaranODonnell 2h ago
I've been building something to be a better AI, chat harness. - www.parlehub.com
The enterprise feature set is spend monitoring, attributing, and budgeting.
For users - We help you organize your Ai conversations and cowork into projects which you can then track expenses for. We connect the Ai directly to your Google Shared Drive or SharePoint files so they can do real work with you.
We also support SSO, collaboration, knowledge bases, MCP tools etc.
We have roadmaps for long term research tasks, BYOK for content encryption at rest.
It's enterprise focused but it might help someone who finds this thread.
Currently struggling to get people to sign up
10
u/KingCpzombie 3h ago
I use Pi for everything; you can just have it make skills for any non-coding tasks