feat: FuzzForge AI - complete rewrite for OSS release

This commit is contained in:
AFredefon
2026-01-30 09:57:48 +01:00
commit b46f050aef
226 changed files with 12943 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
[project]
name = "fuzzforge-oss"
version = "1.0.0"
description = "FuzzForge OSS - AI-driven security research platform for local execution"
readme = "README.md"
requires-python = ">=3.14"
authors = [
{ name = "FuzzingLabs", email = "contact@fuzzinglabs.com" }
]
[tool.uv.workspace]
members = [
"fuzzforge-common",
"fuzzforge-types",
"fuzzforge-modules/fuzzforge-modules-sdk",
"fuzzforge-runner",
"fuzzforge-mcp",
"fuzzforge-cli",
"fuzzforge-tests",
]
[tool.uv.sources]
fuzzforge-common = { workspace = true }
fuzzforge-types = { workspace = true }
fuzzforge-modules-sdk = { workspace = true }
fuzzforge-runner = { workspace = true }
fuzzforge-mcp = { workspace = true }
fuzzforge-cli = { workspace = true }
fuzzforge-tests = { workspace = true }