Commit Graph

112 Commits

Author SHA1 Message Date
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
GH05TCREW
99030f4a61 docs: add README_zh and update README hero 2025-12-14 05:19:04 -07:00
GH05TCREW
7375fcee98 feat(runtime,prompts): discover & expose available CLI tools, detect WSL/Windows shells 2025-12-14 03:18:45 -07:00
GH05TCREW
5f4cc4c032 fix(cli): catch KeyboardInterrupt in headless mode 2025-12-13 22:50:54 -07:00
GH05TCREW
d10f898537 feat(report): append Mermaid attack graph to TUI /report 2025-12-13 22:40:50 -07:00
GH05TCREW
cc4a23dd57 feat: enhance agent stability and knowledge graph 2025-12-13 21:52:03 -07:00
GH05TCREW
9035802984 fix(runtime,tui): add browser-action timeout to avoid zombie agents; remove duplicate error icon 2025-12-13 11:10:55 -07:00
GH05TCREW
d191a0104b test: add shadow graph and notes tests, fix linting 2025-12-13 10:24:50 -07:00
GH05TCREW
0d668a14af fix(crew): prevent zombie workers and improve TUI robustness 2025-12-13 10:11:33 -07:00