mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
refactor(docs): optimize structure, content and navigability
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
This commit is contained in:
committed by
Tyler Slaton
parent
e23b57eb17
commit
cc8c945893
@@ -38,8 +38,7 @@ example_dir="${1:-coagents-research-canvas}"
|
||||
if [[ "$example_dir" == "coagents-starter" || \
|
||||
"$example_dir" == "langgraph-tutorial-customer-support" || \
|
||||
"$example_dir" == "langgraph-tutorial-quickstart" || \
|
||||
"$example_dir" == "coagents-starter-crewai-flows" || \
|
||||
"$example_dir" == "coagents-starter-crewai-crews" ]]; then
|
||||
"$example_dir" == "coagents-starter-crewai-flows" ]]; then
|
||||
agent_dir="agent-py"
|
||||
else
|
||||
agent_dir="agent"
|
||||
|
||||
Reference in New Issue
Block a user