Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,3 @@ jobs:
uses: SonarSource/sonarqube-scan-action@v6
with:
projectBaseDir: packages/agentic-crew

- name: SonarCloud Scan - meshy
if: env.SONAR_TOKEN != ''
uses: SonarSource/sonarqube-scan-action@v6
with:
projectBaseDir: packages/meshy-content-generator
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ jobs:
name: '@jbcom/agentic'
- dir: packages/triage
name: '@jbcom/agentic-triage'
- dir: packages/meshy-content-generator
name: '@jbcom/agentic-meshy'
- dir: packages/providers
name: '@jbcom/agentic-providers'
- dir: tooling/vitest-agentic
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
| [`@jbcom/agentic`](packages/agentic) | TypeScript | Fleet management, multi-agent routing, CI resolution, GitHub Actions | [Docs](https://agentic.coach/packages/agentic/) |
| [`@jbcom/agentic-triage`](packages/triage) | TypeScript | AI-powered issue triage, PR review, sprint planning (Vercel AI SDK + MCP) | [Docs](https://agentic.coach/packages/triage/) |
| [`agentic-crew`](packages/agentic-crew) | Python | Framework-agnostic crew orchestration (CrewAI, LangGraph, Strands) | [Docs](https://agentic.coach/packages/crew/) |
| [`@jbcom/agentic-meshy`](packages/meshy-content-generator) | TypeScript | Declarative Meshy 3D asset generation pipelines | [Docs](https://agentic.coach/packages/meshy-content-generator/) |
| [`@jbcom/agentic-providers`](packages/providers) | TypeScript | LLM provider implementations (Ollama, Jules, Cursor) | [Docs](https://agentic.coach/packages/agentic/) |

### Testing Plugins
Expand All @@ -39,6 +38,7 @@

- [`jbcom/game-generator`](https://github.com/jbcom/game-generator) — experimental Bevy-based retro-RPG design sandbox
- [`jbcom/game-asset-mcp`](https://github.com/jbcom/game-asset-mcp) — MCP server for local 3D asset libraries and PolyHaven ingestion
- [`jbcom/meshy-content-generator`](https://github.com/jbcom/meshy-content-generator) — declarative image pipelines backed by vendor-fabric

## Quick Start

Expand Down Expand Up @@ -123,7 +123,6 @@ agentic/
│ ├── agentic/ # @jbcom/agentic (TypeScript)
│ ├── triage/ # @jbcom/agentic-triage (TypeScript)
│ ├── agentic-crew/ # agentic-crew (Python)
│ ├── meshy-content-generator/ # @jbcom/agentic-meshy (TypeScript)
│ ├── providers/ # @jbcom/agentic-providers (TypeScript)
├── tooling/
│ ├── vitest-agentic/ # @jbcom/vitest-agentic (TypeScript)
Expand Down
2 changes: 1 addition & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default defineConfig({
{ label: '@jbcom/agentic', slug: 'packages/agentic' },
{ label: '@jbcom/agentic-triage', slug: 'packages/triage' },
{ label: 'agentic-crew', slug: 'packages/crew' },
{ label: '@jbcom/agentic-meshy', slug: 'packages/meshy-content-generator' },
{ label: 'meshy-content-generator', slug: 'packages/meshy-content-generator' },
],
},
{
Expand Down
40 changes: 0 additions & 40 deletions docs/src/content/docs/api/meshy/README.md

This file was deleted.

52 changes: 0 additions & 52 deletions docs/src/content/docs/api/meshy/classes/PipelineRunner.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/src/content/docs/api/meshy/functions/loadAnimationIds.md

This file was deleted.

26 changes: 0 additions & 26 deletions docs/src/content/docs/api/meshy/functions/loadJsonDefinitions.md

This file was deleted.

This file was deleted.

26 changes: 0 additions & 26 deletions docs/src/content/docs/api/meshy/interfaces/DefinitionBundle.md

This file was deleted.

This file was deleted.

This file was deleted.

38 changes: 0 additions & 38 deletions docs/src/content/docs/api/meshy/interfaces/RunOptions.md

This file was deleted.

Loading
Loading