Skip to content

feat: integrate openrouter and multi llms usage#23

Open
Se76 wants to merge 10 commits intomainfrom
enable-multimodel-usage
Open

feat: integrate openrouter and multi llms usage#23
Se76 wants to merge 10 commits intomainfrom
enable-multimodel-usage

Conversation

@Se76
Copy link
Copy Markdown
Collaborator

@Se76 Se76 commented Mar 20, 2026

Type of Change

  • Skill — adds or improves a protocol skill in container/skills/
  • Program IDs — adds program addresses to container/solana-tx-preload.cjs
  • Fix — bug fix or security fix to source code
  • Simplification — reduces or simplifies source code

Description

For Skills

  • Skill directory follows the standard structure (SKILL.md, resources/, examples/)
  • SKILL.md has correct frontmatter (name, creator, description)
  • Program ID(s) added to KNOWN_PROGRAMS in container/solana-tx-preload.cjs
  • I have not made changes to source code unrelated to the skill
  • I tested this skill on a fresh clone

Program ID Source

Proof

For Source Code Changes

  • I tested the change locally
  • No new dependencies added (or justified below)

import fs from 'fs';
import path from 'path';

const CONVERSATION_DIR = '/data/ipc/conversation';
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: put any path specific things like this or history file in the paths.ts fil in this dir for consistancy using the same interpolation as others.

will help keep finding where stuff is referenced and stored v easy to track. can put comments or whatever if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants