Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

In-ProPSDev/IntelligenceX

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,885 Commits
1,885 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntelligenceX

Zero-trust AI platform with code reviews, desktop chat, tool packs, and developer libraries.
Your credentials, your GitHub App, your control.

top language license build

Platform Areas 🧭

  • GitHub Actions Reviewer
  • IX Chat (Windows desktop tray app)
  • IX Tools (tool packs for chat and integrations)
  • CLI tools (setup/auth/ops workflows)
  • .NET library
  • PowerShell module
  • Issue Ops + Project Control

Product Walkthrough 🖼️

Screenshots below are sourced from current blog/gallery assets and mirrored under Assets/README/ for stable GitHub rendering.

GitHub Actions Reviewer 🤖

AI PR reviewer for actionable findings, merge-blocking triage, and cleaner review loops.

Picture 1:

IntelligenceX reviewer output on a runtime pull request

Picture 2:

Inline reviewer follow-up thread with implementation evidence checks

IX Chat 💬

Windows tray chat app with provider/runtime selection and tool-calling support for diagnostics and investigation workflows.

Warning

IX Chat is experimental.

  • Use in dev/test environments only.
  • Do not use for unattended production operations.
  • Keep human review in the loop.

Picture 1:

IX Chat AD triage conversation with summary findings

Picture 2:

IX Chat remediation-focused follow-up response

IX Tools 🧰

Tool packs for event/AD/system workflows used by IX Chat and custom integrations.

Current packs and representative tools:

Pack Representative tools License Usage
Event Log (EventViewerX) eventlog_pack_info, eventlog_channels_list, eventlog_live_query, eventlog_evtx_query MIT Open-source pack; usable in IX Chat and custom integrations.
File System fs_pack_info, fs_list, fs_read, fs_search MIT Open-source pack; usable in IX Chat and custom integrations.
Reviewer Setup reviewer_setup_pack_info, reviewer_setup_contract_verify MIT Open-source pack; usable in IX Chat and custom integrations.
Email (Mailozaurr) email_pack_info, email_imap_search, email_imap_get, email_smtp_send MIT Open-source pack; runtime dependency gated.
Office Documents (OfficeIMO) officeimo_pack_info, officeimo_read MIT Open-source pack; runtime dependency gated.
PowerShell Runtime powershell_pack_info, powershell_environment_discover, powershell_hosts, powershell_run MIT Open-source pack; opt-in by policy due execution risk.
ADPlayground ad_pack_info, ad_domain_info, ad_group_members, ad_search Private/commercial Usable inside IntelligenceX (licensed/private builds) only; not for external/custom-host reuse.
TestimoX testimox_pack_info, testimox_rules_list, testimox_rules_run Private/commercial Usable inside IntelligenceX (licensed/private builds) only; not for external/custom-host reuse.
ComputerX system_pack_info, system_info, system_process_list, system_service_list Private/commercial Usable inside IntelligenceX (licensed/private builds) only; not for external/custom-host reuse.

Picture 1:

Tools pack availability and toggle controls

Picture 2:

Expanded TestimoX tool pack view with specific tools

Issue Ops + Project Control 📋

Project board and issue triage workflows for handling blockers, confidence signals, and follow-up actions.

Picture 1:

Placeholder (generated visual; to be replaced with real product capture).

Issue Ops board overview

Picture 2:

Placeholder (generated visual; to be replaced with real product capture).

Issue review columns and confidence signals

CLI + .NET + PowerShell 🛠️

Developer-facing interfaces for setup automation, embedding IntelligenceX in .NET apps, and scripting in PowerShell.

Picture 1:

Placeholder (generated visual; to be replaced with real product capture).

CLI product visual

Picture 2:

Placeholder (generated visual; to be replaced with real product capture).

.NET library product visual

Quick Start 🚀

Recommended onboarding:

intelligencex setup wizard

Local web setup flow:

intelligencex setup web

From source:

dotnet run --project IntelligenceX.Cli/IntelligenceX.Cli.csproj -c Release -- setup wizard

Trust Model 🔐

  • No backend service: IntelligenceX runs locally and/or in your GitHub Actions.
  • Secrets stay under your control: stored in the environments you own.
  • Bring your own GitHub App for identity, permissions, and auditability.
  • Workflow changes happen via PRs so setup changes stay reviewable.

Documentation 📚

Repository Layout 🗂️

  • IntelligenceX/: core library
  • IntelligenceX.Reviewer/: review pipeline executable
  • IntelligenceX.Cli/: setup/auth/ops commands
  • IntelligenceX.Chat/: desktop chat app, host, service, client
  • IntelligenceX.Tools/: in-repo tool packs and contracts
  • Docs/: source docs (published to the website)

Build 🧪

Core CI-equivalent build check:

dotnet build IntelligenceX.CI.slnf -c Release
dotnet test IntelligenceX.CI.slnf -c Release

# CI also runs the executable test harness:
dotnet ./IntelligenceX.Tests/bin/Release/net8.0/IntelligenceX.Tests.dll
dotnet ./IntelligenceX.Tests/bin/Release/net10.0/IntelligenceX.Tests.dll

IntelligenceX.sln includes Chat/Tools projects for local integration work.

Publish CLI (self-contained portable style):

pwsh ./Build/Build-Project.ps1 -ToolsOnly -Targets IntelligenceX.Cli -Runtimes win-x64 -Frameworks net8.0 -Styles PortableCompat

License

MIT

About

IntelligenceX is a .NET toolkit for the Codex app-server protocol and a GitHub Actions reviewer. It manages the app-server process, speaks JSON-RPC over JSONL, and ships a CLI/web wizard to onboard review automation quickly and safely.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C# 94.0%
  • JavaScript 3.2%
  • PowerShell 1.4%
  • CSS 0.8%
  • HTML 0.5%
  • Shell 0.1%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.