Skip to content

Releases: vulnerability-lookup/VulnAgent

Release 0.2.0

24 Mar 08:50
v0.2.0
413b4a9

Choose a tag to compare

  • New Chinese vulnerability severity classification tool (classify_severity_zh) using CIRCL/vulnerability-severity-classification-chinese-macbert-base.
  • TOML configuration file support (~/.config/vulnagent/config.toml or VULNAGENT_CONFIG env var) for XMPP server, agent names, passwords, and LLM provider settings.
  • Dynamic tool listing in startup output instead of hardcoded tool names.
  • Chat agent target JID derived from configuration instead of hardcoded.
  • Coordinator routing function uses configuration for agent JIDs instead of hardcoded at localhost.
  • Fixed Panel rendering in chat agent when metadata is present.
  • Removed unused module-level tools list in vlai.py.

Release 0.1.0

21 Jan 07:28
v0.1.0
ad03a9f

Choose a tag to compare

First stable release of VulnAgent.

  • Support of remote or local LLM provider.
  • Configuration of the Assistant Agent (using the LLM provider).
  • 5 tools linked to the LLM agent.
  • Chat Agent to send prompts to the Assistant Agent.
  • Coordinator Agent.