docs(paper): retitle to Agent Native Format - #23
Merged
Conversation
The repo was repositioned to Agent Native Format. Retitle the paper to lead with the ANF project and keep ACP as the named execution-contract layer it describes (the paper is about execution contracts, not the ANF view format). Also drop the leftover author email in the .tex to match acp.md (#21). PDF is gitignored; CI builds it and the release ships the rebuilt PDF. Signed-off-by: Shreyansh Sancheti <43677304+shreyanshjain7174@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the paper’s title and abstract to align with the repository’s “Agent Native Format (ANF)” repositioning while keeping “Agent Contract Protocol (ACP)” as the named execution-contract layer in the paper body.
Changes:
- Retitles the paper to “Agent Native Format: Token-Efficient Execution Contracts for Autonomous Agent Tool Use” in both LaTeX and Markdown sources.
- Reworks the abstract introduction to present ACP as the execution-contract layer of ANF.
- Updates the LaTeX author block contact info (email removal / GitHub handle).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| paper/acp.tex | Retitles the LaTeX paper and updates author/contact + abstract framing around ANF/ACP. |
| paper/acp.md | Retitles the Markdown paper and updates abstract framing around ANF/ACP. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
24
to
+26
| \author{Shreyansh Sancheti\\ | ||
| \texttt{007ssancheti@gmail.com}\\ | ||
| Clawdlinux / NineVigil} | ||
| \texttt{github.com/Clawdlinux}\\ | ||
| Clawdlinux} |
Comment on lines
+35
to
+37
| JSON-Schema descriptors before performing any user task. We present the | ||
| execution-contract layer of \textbf{Agent Native Format (ANF)}. Named the | ||
| Agent Contract Protocol (ACP), it is a server-side layer that sits on top |
Comment on lines
+14
to
+16
| We present the execution-contract layer of **Agent Native Format (ANF)**. | ||
| Named the Agent Contract Protocol (ACP), it is a server-side layer that | ||
| sits on top of MCP and returns a single intent-scoped Execution Manifest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Retitles the paper to match the repo reposition (#22).
Change
ACP: Intent-Resolved Execution Contracts...->Agent Native Format: Token-Efficient Execution Contracts for Autonomous Agent Tool Use.Notes