Thanks for helping improve Agent Learning Hub.
This repository is README-first. The best contribution is a small, high-signal change that makes the learning path clearer.
- Fork kngwyc3/Agent-Learning-Hub and clone your fork.
- Pick a
good first issueor see .github/GOOD_FIRST_ISSUES.md. - Create a branch:
git checkout -b fix/short-description - Run smoke tests for your stage:
cd stage-5 && python step04_run_smoke_cases.py cd stage-8 && python step01_smoke.py
- Commit with a clear message and open a PR against
main. - Fill in the PR template; link the issue with
Fixes #123when applicable.
GitHub contributions: ensure your commit email is verified on GitHub. Run ./scripts/check_github_setup.sh locally.
- Add an official doc, official engineering blog, paper, benchmark, or runnable open-source repo.
- Improve a todo item so it is more concrete and easier to verify.
- Add a small project idea with a clear learning goal.
- Fix outdated links.
- Remove low-quality or duplicated resources.
- Copying posts from social platforms.
- Adding paid course ads without substantial free material.
- Adding private, paywalled, or scraped content.
- Adding resources that encourage bypassing platform rules.
- Turning the README into a huge link dump.
Use short descriptions:
| [Title](https://example.com) | One sentence explaining why it matters. |- Can a learner use this resource today?
- Is the source trustworthy?
- Does it teach a concrete skill or concept?
- Is it more useful than another link already listed?