Commit Graph

98 Commits

Author SHA1 Message Date
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
GH05TCREW
1990c0fcb5 feat(crew): introduce shadow knowledge graph for orchestrator decision-making 2025-12-13 10:10:37 -07:00
GH05TCREW
a3de1ab4b4 feat(notes): truncate injected notes in system prompt to save tokens 2025-12-13 08:40:02 -07:00
GH05TCREW
42604b3f39 feat(agent): enhance agent memory with structured notes 2025-12-13 08:26:21 -07:00
GH05TCREW
cd036f873c fix: agent completion loop and crew synthesis robustness 2025-12-12 10:56:31 -07:00
GH05TCREW
3181ec0696 refactor: agent completion workflow and improve robustness 2025-12-12 10:52:52 -07:00
GH05TCREW
c7e42d2660 style: apply ruff fixes 2025-12-11 20:31:40 -07:00
GH05TCREW
a404ca66fe refactor: remove splash screen and simplify setup scripts 2025-12-11 20:25:01 -07:00
GH05TCREW
8fb4ab6983 docs: add playwright install step to manual setup 2025-12-11 09:10:36 -07:00
GH05TCREW
84219439fe feat: hide tool outputs from chat display 2025-12-11 08:42:02 -07:00
GH05TCREW
c022dc8047 refactor: organize loot directory with subdirectories 2025-12-11 07:02:43 -07:00
GH05TCREW
e1fd7c4f09 fix: split pip install for CI memory limits, use CPU torch 2025-12-07 13:48:20 -07:00
GH05TCREW
ee7247d9fd fix: use python3-full for venv support 2025-12-07 13:30:26 -07:00
GH05TCREW
2f75fd0482 fix: use venv for pip install in Kali dockerfile 2025-12-07 10:38:57 -07:00
GH05TCREW
cf6499a54b fix: correct YAML syntax in docker workflow 2025-12-07 10:26:50 -07:00