Skip to content

Releases: datascienceworld-kan/vinagent

Release v0.0.7

12 Mar 15:11

Choose a tag to compare

[Version 0.0.7] is a big upgrade with many new features:

  • Refactor code to decouple Agent class's invoking logic into multiple executors: InvokeExecutor, AsyncInvokeExecutor, StreamInvokeExecutor, AsyncStreamInvokeExecutor, GraphExecutor.
  • Guardrail System for input, output, and tools
  • Integrate any Agentskill Anthropic Template as a tool type agentskill.
  • LLM with structured AgentResponse.
  • Logic for asynchronous streaming.
  • Tutorial MultiAgent in finance and BashAgent.

Release v0.0.6

12 Mar 15:18

Choose a tag to compare

Version 0.0.6 has many new advanced features:

  • Multi-Agent system support: Agents can communicate in static workflow.
  • Knowledge Graph Agent Memory: Transform conversation history into knowledge graph.
  • MCP server support: Agent can connect to MCP server as a tool type mcp.