Skip to content

Commit

Permalink
Update more files
Browse files Browse the repository at this point in the history
  • Loading branch information
bonk1t committed Nov 15, 2024
1 parent 0fb8f08 commit 54692cd
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Customizing Prompts and Few-Shot Learning'
description: 'Enhance agent behavior with custom prompts and few-shot examples.'
description: 'Enhance agent behavior by customizing prompts and providing few-shot examples.'
---

Fine-tune agent behavior by customizing prompts and providing few-shot examples.
Expand Down
7 changes: 4 additions & 3 deletions docs/api-reference/api-reference.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# API Reference

Gain a deeper understanding of the core classes and methods available in Agency Swarm.
---
title: 'API Reference'
description: 'Detailed reference of core classes and methods available in Agency Swarm.'
---

## Agents

Expand Down
5 changes: 4 additions & 1 deletion docs/contributing/contributing.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Contributing to Agency Swarm
---
title: 'Contributing to Agency Swarm'
description: 'Guidelines and steps to contribute to the Agency Swarm project.'
---

We welcome contributions to Agency Swarm! Here's how you can contribute:

Expand Down
4 changes: 1 addition & 3 deletions docs/examples.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
---
title: 'Examples'
description: 'Practical examples and tutorials for Agency Swarm.'
description: 'Practical examples and tutorials to get the most out of Agency Swarm.'
---

Explore practical examples and tutorials to get the most out of Agency Swarm.

<Tabs>

<Tab title="Basic Agent">
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/quickstart.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Quickstart'
description: 'Get started quickly with Agency Swarm.'
description: 'A guide to quickly get started with Agency Swarm.'
---

Get up and running with Agency Swarm quickly by following these steps:
Expand Down
4 changes: 2 additions & 2 deletions docs/how-to-guides/creating-agents.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Creating Agents'
description: 'Guide to creating agents in Agency Swarm.'
description: 'Step-by-step instructions for creating agents in Agency Swarm.'
---

Agents are central to the Agency Swarm framework. Creating custom agents allows you to define specialized roles tailored to specific tasks.
Expand Down Expand Up @@ -48,4 +48,4 @@ Agents are central to the Agency Swarm framework. Creating custom agents allows
```python
ceo = CEO() ```

For more details on defining agent instructions and configurations, refer to the [Defining Agent Instructions](how-to-guides/defining-agent-instructions.md) guide.
For more details on defining agent instructions and configurations, refer to the [Defining Agent Instructions](how-to-guides/defining-agent-instructions.md) guide.
2 changes: 1 addition & 1 deletion docs/introduction/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Overview'
description: 'Introduction to Agency Swarm.'
description: 'An overview of Agency Swarm and its capabilities.'
---

Welcome to **Agency Swarm**, an open-source framework for creating and orchestrating multi-agent AI systems.
Expand Down

0 comments on commit 54692cd

Please sign in to comment.