mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-04-25 09:35:55 +03:00
[PR #163] [CLOSED] Nayatel pentestai #153
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shannon-KeygraphHQ#153
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/KeygraphHQ/shannon/pull/163
Author: @theusamaaslam
Created: 2/26/2026
Status: ❌ Closed
Base:
main← Head:Nayatel_pentestai📝 Commits (7)
f7fe825Populate RUNNING guide with setup and execution steps16e3e33Merge pull request #1 from theusamaaslam/codex/implement-llm-provider-agnostic-layer2f23b0cWire temporal client queue to env and finalize white-label docs5c7c19fMerge branch 'main' into codex/implement-llm-provider-agnostic-layer-echffme651abaMerge pull request #2 from theusamaaslam/codex/implement-llm-provider-agnostic-layer-echffmeb33813Expand README with full Ubuntu from-scratch and provider runbook96d050cMerge 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.