-
Notifications
You must be signed in to change notification settings - Fork 10.3k
WIP - fixing typos #20203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP - fixing typos #20203
Conversation
|
Howdy and thanks for contributing to our repo. We review internal PRs within 1 week. If it's something urgent or has been sitting without a comment, start a thread in the Developer Docs space internally. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5 files reviewed, 1 total issue(s) found.
|
|
||
| TODO - what are agents? | ||
| ### What is an agent? | ||
| An agent is an AI system that can autonomously execute tasks by making decisions about tool usage and process flow. Unlike traditional automation that follows predefined paths, agents can dynamically adapt their approach based on context and intermediate results. Agents are also distinct from co-pilots (e.g. traditional chat applications) in that they can fully automate a task, as opposed to simply augmenting and extending human input. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| An agent is an AI system that can autonomously execute tasks by making decisions about tool usage and process flow. Unlike traditional automation that follows predefined paths, agents can dynamically adapt their approach based on context and intermediate results. Agents are also distinct from co-pilots (e.g. traditional chat applications) in that they can fully automate a task, as opposed to simply augmenting and extending human input. | |
| An agent is an AI system that can autonomously execute tasks by making decisions about tool usage and process flow. Unlike traditional automation that follows predefined paths, agents can dynamically adapt their approach based on context and intermediate results. Agents are also distinct from co-pilots, such as traditional chat applications, in that they can fully automate a task, as opposed to simply augmenting and extending human input. |
Issues:
- Style Guide - (cloudflare.LatinTerms-warning) Use 'for example' instead of 'e.g.', but consider rewriting the sentence.
Fix Explanation:
Replaced 'e.g.' with 'such as' to follow the style guide recommendation and improve sentence flow.
* wip * WIP - fixing typos (#20203) * add what are agents * update other files * onward * add tools and human loop images * limits, schedules * fix config title * fix * fix config * websockets * fix closing tag * caution * Apply suggestions from code review * state state state * sql API yo yo yo * agents: Apply suggestions from code review Co-authored-by: Jun Lee <[email protected]> * fix sidebar ordering * fix sidebar * state * update overview * ai models * guides, ai models * d1 * useAgent * fix 'er up * browse, fix syntax * testing * fix * fix * workflows * @cloudflare/agents -> agents-sdk * fix links * fix ordering + testing title * update index * update index * headers * remove updated * index.mdx * callback * rag * fin --------- Co-authored-by: Rita Kozlov <[email protected]> Co-authored-by: Rita Kozlov <[email protected]> Co-authored-by: Jun Lee <[email protected]>
feedback?