Skip to content

Add Wisp trading framework to README#6177

Open
lwtsn wants to merge 2 commits intoavelino:mainfrom
lwtsn:patch-1
Open

Add Wisp trading framework to README#6177
lwtsn wants to merge 2 commits intoavelino:mainfrom
lwtsn:patch-1

Conversation

@lwtsn
Copy link
Copy Markdown

@lwtsn lwtsn commented Apr 1, 2026

Required links

Provide the links below. Our CI will automatically validate them.

Pre-submission checklist

Repository requirements

These are validated automatically by CI:

  • The repo has a go.mod file and at least one SemVer release (vX.Y.Z).
  • The repo has an open source license.
  • The repo documentation has a pkg.go.dev link.
  • The repo documentation has a goreportcard link (grade A- or better).
  • The repo documentation has a coverage service link.

These are recommended and reported as warnings:

  • The repo has a continuous integration process (GitHub Actions, etc.).
  • CI runs tests that must pass before merging.

Pull Request content

These are validated automatically by CI:

  • This PR adds/removes/changes only one package.
  • The package has been added in alphabetical order.
  • The link text is the exact project name.
  • The description is clear, concise, non-promotional, and ends with a period.
  • The link in README.md matches the forge link above.

Category quality

  • The packages around my addition still meet the Quality Standards.

Added Wisp trading framework to the list of Go libraries.
Copilot AI review requested due to automatic review settings April 1, 2026 08:51
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2026

Automated Quality Checks

Required checks

Repo: missing semver release

How to fix: No SemVer release tag (e.g. v1.0.0) found.
Create a tagged release:

git tag v1.0.0
git push origin v1.0.0

Or create a release via GitHub's UI at https://github.com/wisp-trading/wisp/releases/new.
pkg.go.dev: OK
Go Report Card: OK (grade unknown)

Additional checks

License: MIT
Maturity: repo has 5+ months of history
CI/CD: GitHub Actions workflows detected
README: present
⚠️ Coverage: missing from PR body

How to fix: Add a coverage service link to your PR description:

Coverage: https://app.codecov.io/gh/your-org/your-project

Popular options: [Codecov](https://codecov.io), [Coveralls](https://coveralls.io). Integrate one with your CI to track coverage automatically.

---
> **Action needed:** one or more required checks failed. Please update your PR body with the missing links and ensure the repository meets the [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards).

_These checks are automated and do not replace maintainer review. See [CONTRIBUTING.md](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md) for full guidelines._

---

## PR Diff Validation

### Content checks

✅ **Files changed**: only README.md
✅ **Single item**: one package added
✅ **Link consistency**: README link matches forge link in PR body
✅ **Link text**: matches repository name
✅ **Description**: ends with punctuation
✅ **Description tone**: no promotional language detected
✅ **Category size**: Bot Building has 16 items


_Automated diff validation — does not replace maintainer review._
<!-- Sticky Pull Request Commentpr-quality-check -->

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds the Wisp trading framework to the awesome-go README list of libraries.

Changes:

  • Added a new README entry for Wisp with a short description and repository link.

README.md Outdated
- [telegram-bot-api](https://github.com/go-telegram-bot-api/telegram-bot-api) - Simple and clean Telegram bot client.
- [TG](https://github.com/enetx/tg) - Telegram Bot Framework for Go.
- [wayback](https://github.com/wabarc/wayback) - A bot for Telegram, Mastodon, Slack, and other messaging platforms archives webpages.
- [Wisp](https://github.com/wisp-trading/sdk) - Event-driven trading framework for Go. Spot, perpetual futures, prediction markets. Multi-exchange (Bybit, Hyperliquid, Polymarket).
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

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

The new entry is indented with extra spaces, which makes it a nested sub-list under wayback instead of a top-level item in this section. Align it with the other - [ items so it renders as a peer entry.

Suggested change
- [Wisp](https://github.com/wisp-trading/sdk) - Event-driven trading framework for Go. Spot, perpetual futures, prediction markets. Multi-exchange (Bybit, Hyperliquid, Polymarket).
- [Wisp](https://github.com/wisp-trading/sdk) - Event-driven trading framework for Go. Spot, perpetual futures, prediction markets. Multi-exchange (Bybit, Hyperliquid, Polymarket).

Copilot uses AI. Check for mistakes.
README.md Outdated
- [telegram-bot-api](https://github.com/go-telegram-bot-api/telegram-bot-api) - Simple and clean Telegram bot client.
- [TG](https://github.com/enetx/tg) - Telegram Bot Framework for Go.
- [wayback](https://github.com/wabarc/wayback) - A bot for Telegram, Mastodon, Slack, and other messaging platforms archives webpages.
- [Wisp](https://github.com/wisp-trading/sdk) - Event-driven trading framework for Go. Spot, perpetual futures, prediction markets. Multi-exchange (Bybit, Hyperliquid, Polymarket).
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

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

The PR metadata/required links indicate the project forge repo is https://github.com/wisp-trading/wisp, but the README entry links to https://github.com/wisp-trading/sdk. Update the README link to match the actual project repository (and the declared forge link) to satisfy the repo/CI requirement.

Copilot uses AI. Check for mistakes.
README.md Outdated
Comment on lines 343 to 346
- [Wisp](https://github.com/wisp-trading/sdk) - Event-driven trading framework for Go. Spot, perpetual futures, prediction markets. Multi-exchange (Bybit, Hyperliquid, Polymarket).

**[⬆ back to top](#contents)**

Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

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

This item is added under Bot Building ("Libraries for building and working with bots"), but the description is for an event-driven trading framework. Consider moving it to a more appropriate category (e.g., ## Financial) to keep category semantics consistent.

Suggested change
- [Wisp](https://github.com/wisp-trading/sdk) - Event-driven trading framework for Go. Spot, perpetual futures, prediction markets. Multi-exchange (Bybit, Hyperliquid, Polymarket).
**[⬆ back to top](#contents)**
**[⬆ back to top](#contents)**
## Financial
_Libraries and tools for financial applications, trading, and markets._
- [Wisp](https://github.com/wisp-trading/sdk) - Event-driven trading framework for Go. Spot, perpetual futures, prediction markets. Multi-exchange (Bybit, Hyperliquid, Polymarket).
**[⬆ back to top](#contents)**

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants