
Security News
Open VSX Begins Implementing Pre-Publish Security Checks After Repeated Supply Chain Incidents
Following multiple malicious extension incidents, Open VSX outlines new safeguards designed to catch risky uploads earlier.
trpc.group/trpc-go/trpc-agent-go/examples/graph
Advanced tools
This example demonstrates how to build and execute a small document-processing workflow using the trpc-agent-go graph package with GraphAgent and Runner. It showcases:
StateGraphAddConditionalEdges / AddToolsConditionalEdges)MessagesStateSchema + reducers)GraphAgent from a compiled GraphRunner and streaming responsesThe example implements a document processing pipeline that:
This example uses the message-oriented schema returned by graph.MessagesStateSchema(), which includes the following keys:
messages (managed by LLM/tools nodes through reducers)user_inputlast_responsenode_responses (per-node textual outputs)For the example workflow we also track:
document_length, word_count, complexity_levelnode_execution_history (added via callbacks for formatting stats)The workflow uses a Graph + GraphAgent + Runner architecture:
StateGraphAddConditionalEdges/AddToolsConditionalEdgesgo run .
go run . -interactive
go run . -model "gpt-4"
Important keys used by the example:
messages, user_input, last_responsedocument_length, word_count, complexity_levelnode_execution_history (for stats), error_count (optional)User Input (via Runner)
↓
Preprocess
↓
Analyze (LLM)
↓
Route by Complexity
↙ ↘
Simple Complex
Process Summarize (LLM)
↘ ↙
Assess Quality
↓
Route by Quality
↙ ↘
Good Poor
↓ Enhance (LLM)
↓ ↓
Format Output
↓
Final Result
In interactive mode, you can:
help for available commandsexit to quitTo customize the workflow:
NodeFuncStateSchema with custom fields/reducersfunction.NewFunctionToolTip: if OPENAI_API_KEY is not set, the example prints a hint.
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Following multiple malicious extension incidents, Open VSX outlines new safeguards designed to catch risky uploads earlier.

Research
/Security News
Threat actors compromised four oorzc Open VSX extensions with more than 22,000 downloads, pushing malicious versions that install a staged loader, evade Russian-locale systems, pull C2 from Solana memos, and steal macOS credentials and wallets.

Security News
Lodash 4.17.23 marks a security reset, with maintainers rebuilding governance and infrastructure to support long-term, sustainable maintenance.