Commit Graph

120 Commits

Author SHA1 Message Date
giveen
bf283ab586 mcp: add MSF env defaults to setup templates; ensure msfrpcd auto-start via setup 2026-01-14 14:03:08 -07:00
giveen
567404b513 mcp: select SSE transport for HTTP servers; auto-start Metasploit adapter on single-server connect 2026-01-14 13:58:18 -07:00
giveen
23434bb5f1 mcp: Metasploit parity with Hexstrike — auto-start msfrpcd (no sudo), HTTP transport, adapter updates 2026-01-14 13:54:53 -07:00
giveen
19bdff87b9 mcp: launch MetasploitMCP in stdio transport for manager compatibility 2026-01-14 13:50:08 -07:00
giveen
8415d9fcbd scripts: vendor/install MetasploitMCP during setup (setup.sh, setup.ps1) 2026-01-14 13:15:47 -07:00
giveen
abaaca184e setup: add MetasploitMCP env flag and auto-install step 2026-01-14 13:05:43 -07:00
giveen
97df933f42 mcp: add MetasploitMCP adapter, installer, and config; add LAUNCH_METASPLOIT_MCP env var 2026-01-14 12:57:53 -07:00
giveen
57a0e6e7c8 chore: add PowerShell installer for vendored HexStrike deps; call from setup.ps1 2026-01-11 20:43:22 -07:00
giveen
704b5056ea ui: open interactive ToolsScreen on /tools; fallback to list if push fails 2026-01-11 18:42:40 -07:00
giveen
a3822e2cb8 docs: add HexStrike credit and note TUI fixes 2026-01-11 18:09:36 -07:00
giveen
734f1d3bdb Merge commit '93611722c0501d8e1794849bdc4329911284b75a' as 'third_party/hexstrike' 2026-01-11 17:12:32 -07:00
giveen
93611722c0 Squashed 'third_party/hexstrike/' content from commit 3326704
git-subtree-dir: third_party/hexstrike
git-subtree-split: 33267047667b9accfbf0fdac1c1c7ff12f3a5512
2026-01-11 17:12:32 -07:00
giveen
48cd4f2a9a WIP: prepare for hexstrike subtree 2026-01-11 17:11:45 -07:00
GH05TCREW
49c0b93b59 style: resolve linting errors and improve formatting 2026-01-11 16:00:43 -07:00
Masic
cb7597e74b Merge pull request #16 from giveen/more-tui-tweaks
TUI Token diagnostics restyle, help updates, env example cleanup, and token tracking
2026-01-11 15:54:32 -07:00
giveen
b916503d23 - Record LLM token usage via tools/token_tracker (best-effort, persisted)
- Add terminal tool fallback in BaseAgent when requested tool not found
- Introduce token_tracker module storing daily usage in loot/token_usage.json
2026-01-11 14:50:17 -07:00
giveen
567e25ed8c - Restyle Token Usage diagnostics to match Memory panel (block bars, aligned labels)
- Add /token command to help and align all help entries via two-column layout
- Increase help modal height so Close button remains visible (no scroll)
- Refresh .env.example: remove unused LLM_PROVIDER, switch to OLLAMA_BASE_URL, add embeddings/debug/context budgeting, pricing vars, and daily token limit
2026-01-11 14:46:25 -07:00
giveen
4619e43d62 tui: show Target under header + live Memory Diagnostics
- Update /target to show Target under initial ready header
- Add MemoryDiagnostics widget with aligned tokens/messages/retention bars
- Mount diagnostics on /memory command
2026-01-11 13:59:15 -07:00
GH05TCREW
4b504d1a6f feat(memory): improve summarization 2026-01-10 18:35:40 -07:00
GH05TCREW
dc0b304108 chore: clean up TUI help menu 2026-01-09 19:27:17 -07:00
Masic
4db70808e8 Merge pull request #12 from giveen/tui-cli-cleanup
TUI history and cleaner CLI summary rendering
2026-01-09 18:54:24 -07:00
giveen
c821cef719 ui: TUI history + CLI summary rendering (exclude prompt changes) 2026-01-09 15:54:13 -07:00
Masic
35a04f79d2 Merge pull request #11 from giveen/ollama-fixes
ollama: honor OLLAMA_API_BASE and support remote Ollama host
2026-01-08 23:25:32 -07:00
giveen
fab6d5dc0f ollama: honor OLLAMA_API_BASE and support remote Ollama host; add .env.example entry
- Map OLLAMA_BASE_URL into litellm-friendly env vars before importing litellm to allow remote Ollama hosts
- Use environment-driven debug for litellm logging
- Add OLLAMA_API_BASE example to .env.example
2026-01-08 17:40:40 -07:00
GH05TCREW
1732fb7ffd fix: increase MCP subprocess buffer limit to 1MB, CLI imports 2025-12-28 09:08:55 -07:00
GH05TCREW
8f3cc314ad chore(setup): update scripts to match latest .env.example 2025-12-28 04:52:42 -07:00
GH05TCREW
e1b25c9357 refactor(config): unify agent and orchestrator iteration env vars 2025-12-28 04:47:21 -07:00
GH05TCREW
be869d1dda feat: add debug logging for LiteLLM 2025-12-28 04:13:22 -07:00
GH05TCREW
40902bea49 docs: clarify provider prefixes and model usage 2025-12-27 09:27:49 -07:00
GH05TCREW
f34c7fe391 feat(crew): refactor to use finish tool for agent result synthesis 2025-12-26 08:09:06 -07:00
GH05TCREW
9b24dd23d2 style: remove vertical bars from TUI message display 2025-12-26 05:02:09 -07:00
Masic
c4ce598816 Merge pull request #5 from jumpcom/main
Refine descriptions for service, technology, and endpoint arrays (resolves the litellm.BadRequestError: Invalid schema for function 'notes': array schema missing items error we've been experiencing).
2025-12-26 04:56:34 -07:00
MAINFRAME2024\Jump
89a22ef96e Merge branch 'main' of https://github.com/jumpcom/pentestagent 2025-12-24 21:34:22 +07:00
jumpcom
fc1c429212 Refine descriptions for service, technology, and endpoint arrays 2025-12-24 21:31:17 +07:00
MAINFRAME2024\Jump
3aa9b497ef *fix openai schema 2025-12-24 21:28:37 +07:00
GH05TCREW
3204481ba4 docs: update demo gif 2025-12-23 05:18:23 -07:00
GH05TCREW
30116688a7 feat: generalize playbook techniques and expand tool detection 2025-12-23 05:14:56 -07:00
GH05TCREW
feea508ff9 test: fix graph tests 2025-12-22 16:41:19 -07:00
GH05TCREW
0fc28f304c feat: enforce strict schema validation for notes 2025-12-22 16:31:22 -07:00
GH05TCREW
9b14094a4a chore: apply lint and formatting fix 2025-12-22 15:48:25 -07:00
GH05TCREW
642ce2f4cc feat: add nested metadata to notes 2025-12-22 13:54:28 -07:00
GH05TCREW
f60f943ff7 chore: remove unused folder 2025-12-19 22:28:41 -07:00
GH05TCREW
c9866a407b refactor: update agent name 2025-12-19 10:25:58 -07:00
GH05TCREW
fe51aeed6f docs: update logo 2025-12-18 23:59:20 -07:00
GH05TCREW
5127dbf575 docs: add playbook demo gif to README 2025-12-16 03:38:08 -07:00
GH05TCREW
46640e98b9 feat: create playbooks 2025-12-16 02:53:51 -07:00
GH05TCREW
5ba1449dc8 fix: include all worker step statuses in Crew synthesis 2025-12-15 22:37:41 -07:00
GH05TCREW
c457c2943b refactor: update CLI, add token tracking 2025-12-15 21:26:04 -07:00
GH05TCREW
ec30a07e4e feat(agent): add replanning, COA tooling, and status-aware graph 2025-12-15 02:34:51 -07:00
GH05TCREW
3e3c7b5b9e docs: update badges 2025-12-14 06:19:26 -07:00