Skip to content

Add agent fundamentals documentation for issue #367#716

Open
vinod151019 wants to merge 2 commits intostrands-agents:mainfrom
vinod151019:docs/issue-367-agent-fundamentals
Open

Add agent fundamentals documentation for issue #367#716
vinod151019 wants to merge 2 commits intostrands-agents:mainfrom
vinod151019:docs/issue-367-agent-fundamentals

Conversation

@vinod151019
Copy link
Copy Markdown

Adds a new 'What is an Agent?' page as the overview/landing page for the Agents section in the User Guide. This addresses confusion about:

  • What an agent actually represents in Strands
  • The four parts of an agent (Model, System Prompt, Tools, Context)
  • Agent lifecycle and scope (one agent per conversation)
  • Anti-patterns: sharing agents across users or conversations

Closes #367

Description

New page: src/content/docs/user-guide/concepts/agents/what-is-an-agent.mdx
Updated: src/config/navigation.yml to add the page as first item under Concepts → Agents

Related Issues

Closes #367

Type of Change

  • New content

Checklist

  • I have read the CONTRIBUTING document
  • My changes follow the project's documentation style
  • I have tested the documentation locally using npm run dev
  • Links in the documentation are valid and working

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Adds a new 'What is an Agent?' page as the overview/landing page for the
Agents section in the User Guide. This addresses confusion about:

- What an agent actually represents in Strands
- The four parts of an agent (Model, System Prompt, Tools, Context)
- Agent lifecycle and scope (one agent per conversation)
- Anti-patterns: sharing agents across users or conversations

Closes strands-agents#367
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.

[NEW CONTENT] Document what an agent is

1 participant