mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-03 06:08:15 +00:00
- Introduced a new `create_agent` command for interactive agent definition. - Added `agent_tui.py` for a conversational TUI supporting multi-agent interactions. - Updated CLI to support agent creation and training workflows. - Enhanced `.gitignore` to exclude demo files and configuration artifacts. - Implemented a benchmark runner for testing agent performance against defined cases. This commit lays the groundwork for a more interactive and user-friendly experience in managing agents within the CrewAI framework.
36 lines
377 B
Plaintext
36 lines
377 B
Plaintext
.DS_Store
|
|
.pytest_cache
|
|
__pycache__
|
|
dist/
|
|
.env
|
|
assets/*
|
|
.idea
|
|
test/
|
|
docs_crew/
|
|
chroma.sqlite3
|
|
old_en.json
|
|
db/
|
|
test.py
|
|
rc-tests/*
|
|
*.pkl
|
|
temp/*
|
|
.vscode/*
|
|
crew_tasks_output.json
|
|
.codesight
|
|
.mypy_cache
|
|
.ruff_cache
|
|
.venv
|
|
test_flow.html
|
|
crewairules.mdc
|
|
plan.md
|
|
conceptual_plan.md
|
|
build_image
|
|
chromadb-*.lock
|
|
.claude
|
|
.crewai/memory
|
|
blogs/*
|
|
secrets/*
|
|
UNKNOWN.egg-info/
|
|
demos/
|
|
.crewai/
|