agents.md
agents.md copied to clipboard
AGENTS.md — a simple, open format for guiding coding agents
### What This PR updates the Github contributor list and avatars API requests to use GitHub's own request.js package (https://github.com/octokit/request.js/) to properly type the response and eliminate all `any` types....
The project seems to have been scaffolded with `npm` and `pnpm` and has artifacts from both. This can cause significant dependency drift, inconsistent builds and repros, etc. Since `pnpm` is...
### What Migrated linting configuration in preparation for next v16. `next lint` is going to be deprecated, see: https://nextjs.org/blog/next-16#breaking-changes-and-other-updates This PR adds the recommended next ESLint setup found here: https://nextjs.org/docs/app/api-reference/config/eslint...
Fixes #72 Adds `.agents.md` files for defining local instructions. These sit beside `AGENTS.md` files and are intended to not be git-tracked.
I'd like some way to permit/forbid agents from using commands like `ls`/`rm`, etc.
Want to add user-level specifications and merge them with the project's AGENTS.md, for example, ~/.agent/agents.md.
Wow, this repo is growing already, with a whole bunch of issues raised already. It's a bit hard to sort through them, so I suggest using labels to classify (or...
Hi folks. There are a few items that I think are game changer for adoption, like in my case https://github.com/openai/agents.md/issues/9. But its unclear what is the process in this project...
It is unclear from the website/README what it means for an agent to have support for `AGENTS.md`. Is it just an instruction in the system prompt of the agent? (to...