Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ docker compose -f compose.yaml -f compose.openai.yaml up
| [A2A](https://github.com/a2a-agents/agent2agent) Multi-Agent Fact Checker | gemma3(local) | duckduckgo | [./a2a](./a2a) | [compose.yaml](./a2a/compose.yaml) |
| [LangGraph](https://github.com/langchain-ai/langgraph) SQL Agent | qwen3(local) | postgres | [./langgraph](./langgraph) | [compose.yaml](./langgraph/compose.yaml) |
| [Embabel](https://github.com/embabel/embabel-agent) Travel Agent | qwen3, Claude3.7, llama3.2, jimclark106/all-minilm:23M-F16 | brave, github-official, wikipedia-mcp, weather, google-maps, airbnb | [./embabel](./embabel) | [compose.yaml](https://github.com/embabel/travel-planner-agent/blob/main/compose.yaml) and [compose.dmr.yaml](https://github.com/embabel/travel-planner-agent/blob/main/compose.dmr.yaml) |
| [Spring AI](https://spring.io/projects/spring-ai) Brace Search | none | brave | [./spring-ai](./spring-ai) | [compose.yaml](./spring-ai/compose.yaml) |
| [Spring AI](https://spring.io/projects/spring-ai) Brave Search | none | brave | [./spring-ai](./spring-ai) | [compose.yaml](./spring-ai/compose.yaml) |

2 changes: 1 addition & 1 deletion crew-ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Give it a company and a project description — the agents will collaborate to p

From strategy to storytelling, the team handles it all — autonomously.

You can **customize the tasks** to use your own domain and project description — just edit the inputs in `src/config/inputs.yaml`.
You can **customize the tasks** to use your own domain and project description — just edit the inputs in `src/marketing_posts/config/inputs.yaml`.


# 👥 Virtual Team Structure
Expand Down