Skip to content

Conversation

@engine-labs-will
Copy link

Summary

This PR adds an agents.md file documenting how agents can interact with and extend this self-modifying API project. The documentation provides an in-depth overview of the agent-based workflow and guidelines for correct integration.

Details

  • Introduced agents.md with a conceptual overview of agents and their role in the project.
  • Covered usage instructions, including agent code conventions, setup, and correct use of the /endpoints API.
  • Added example requests and agent instructions for LLM or GPT-based automations.
  • Documented required configuration (environment variables), limitations, and troubleshooting tips.
  • Described all relevant API endpoints, security and operational constraints, and critical integration notes for external agent authors.

Linear issue

…nt creation

This change introduces a new `agents.md` file to the repository, documenting
how the project supports agent-controlled creation of FastAPI routes at runtime.
It explains the agent model, usage instructions, required configuration,
workflow, and provides concrete examples and API reference.

Clear agent documentation is needed for external developers, LLMs, or
auto-generating assistants who want to use or extend the self-modifying
capabilities. This helps clarify agent requirements, warns of inherent risks,
and describes the full workflow for dynamic endpoint generation.

No user-facing API changes or breaking changes introduced.
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.

1 participant