[PR #163] [CLOSED] Nayatel pentestai #153

Closed
opened 2026-02-27 08:09:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/KeygraphHQ/shannon/pull/163
Author: @theusamaaslam
Created: 2/26/2026
Status: Closed

Base: mainHead: Nayatel_pentestai


📝 Commits (7)

  • f7fe825 Populate RUNNING guide with setup and execution steps
  • 16e3e33 Merge pull request #1 from theusamaaslam/codex/implement-llm-provider-agnostic-layer
  • 2f23b0c Wire temporal client queue to env and finalize white-label docs
  • 5c7c19f Merge branch 'main' into codex/implement-llm-provider-agnostic-layer-echffm
  • e651aba Merge pull request #2 from theusamaaslam/codex/implement-llm-provider-agnostic-layer-echffm
  • eb33813 Expand README with full Ubuntu from-scratch and provider runbook
  • 96d050c Merge branch 'main' into codex/implement-llm-provider-agnostic-layer

📊 Changes

39 files changed (+1150 additions, -796 deletions)

View changed files

📝 .env.example (+16 -31)
DOCKER.md (+57 -0)
MIGRATION_GUIDE.md (+32 -0)
📝 README.md (+234 -481)
RUNNING.md (+90 -0)
config/branding.yaml (+3 -0)
config/models.yaml (+37 -0)
📝 docker-compose.yml (+21 -33)
📝 src/ai/claude-executor.ts (+43 -134)
📝 src/ai/message-handlers.ts (+1 -1)
📝 src/ai/output-formatters.ts (+2 -2)
📝 src/ai/types.ts (+1 -1)
📝 src/audit/index.ts (+1 -1)
📝 src/audit/utils.ts (+1 -1)
📝 src/audit/workflow-logger.ts (+1 -1)
src/core/branding/config.ts (+27 -0)
src/core/llm/base.ts (+52 -0)
src/core/llm/observability.ts (+33 -0)
src/core/llm/providers/gemini.ts (+62 -0)
src/core/llm/providers/groq.ts (+18 -0)

...and 19 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/KeygraphHQ/shannon/pull/163 **Author:** [@theusamaaslam](https://github.com/theusamaaslam) **Created:** 2/26/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `Nayatel_pentestai` --- ### 📝 Commits (7) - [`f7fe825`](https://github.com/KeygraphHQ/shannon/commit/f7fe825e8da53fbf9f591867fd6b4ab21d9614bb) Populate RUNNING guide with setup and execution steps - [`16e3e33`](https://github.com/KeygraphHQ/shannon/commit/16e3e331fe7473f8eee50c071c2788d7d949f75a) Merge pull request #1 from theusamaaslam/codex/implement-llm-provider-agnostic-layer - [`2f23b0c`](https://github.com/KeygraphHQ/shannon/commit/2f23b0cfb910e275771af91b57d561dbf016bc7c) Wire temporal client queue to env and finalize white-label docs - [`5c7c19f`](https://github.com/KeygraphHQ/shannon/commit/5c7c19f082f394dde7b0083f9e219911c7674168) Merge branch 'main' into codex/implement-llm-provider-agnostic-layer-echffm - [`e651aba`](https://github.com/KeygraphHQ/shannon/commit/e651aba02949fa0d675e8cd32f2fa0bdabb9d2f2) Merge pull request #2 from theusamaaslam/codex/implement-llm-provider-agnostic-layer-echffm - [`eb33813`](https://github.com/KeygraphHQ/shannon/commit/eb3381370c562abb389086d8ec7a007810ea7ee0) Expand README with full Ubuntu from-scratch and provider runbook - [`96d050c`](https://github.com/KeygraphHQ/shannon/commit/96d050c4fac8266ac29c842babf56cf2aad9cf86) Merge branch 'main' into codex/implement-llm-provider-agnostic-layer ### 📊 Changes **39 files changed** (+1150 additions, -796 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+16 -31) ➕ `DOCKER.md` (+57 -0) ➕ `MIGRATION_GUIDE.md` (+32 -0) 📝 `README.md` (+234 -481) ➕ `RUNNING.md` (+90 -0) ➕ `config/branding.yaml` (+3 -0) ➕ `config/models.yaml` (+37 -0) 📝 `docker-compose.yml` (+21 -33) 📝 `src/ai/claude-executor.ts` (+43 -134) 📝 `src/ai/message-handlers.ts` (+1 -1) 📝 `src/ai/output-formatters.ts` (+2 -2) 📝 `src/ai/types.ts` (+1 -1) 📝 `src/audit/index.ts` (+1 -1) 📝 `src/audit/utils.ts` (+1 -1) 📝 `src/audit/workflow-logger.ts` (+1 -1) ➕ `src/core/branding/config.ts` (+27 -0) ➕ `src/core/llm/base.ts` (+52 -0) ➕ `src/core/llm/observability.ts` (+33 -0) ➕ `src/core/llm/providers/gemini.ts` (+62 -0) ➕ `src/core/llm/providers/groq.ts` (+18 -0) _...and 19 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:09:28 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shannon-KeygraphHQ#153
No description provided.