chore: Removed all references to plandex including old code

This commit is contained in:
2026-02-08 11:43:49 -05:00
parent 6886ee2383
commit 6eda182440
216 changed files with 16 additions and 47941 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# CleverAgents Core
CleverAgents is the Python-first migration of the Plandex automation platform. It provides a unified `agents` CLI, embedded runtime, and service orchestration tools that mirror the original Go workflows while embracing modern Python tooling.
CleverAgents is a Python-first automation platform. It provides a unified `agents` CLI, embedded runtime, and service orchestration tools while embracing modern Python tooling.
## Highlights
@@ -79,4 +79,4 @@ Set `CLEVERAGENTS_DEFAULT_PROVIDER` to pin the global provider (for example `exp
- `agents tell` and `agents build` require `--actor <name>` unless a default actor is set; use `agents actor set-default <name>` to configure one.
- Built-in actors (`<provider>/<model>`) are immutable, custom actors must be named `local/<id>`, and the default actor cannot be removed. Use `--unsafe` when adding/updating configs marked unsafe; runtime only warns when invoking unsafe actors.
- `CLEVERAGENTS_TESTING_USE_MOCK_AI=true` forces the in-repo mock provider so Behave/Robot suites never hit external APIs.
- The full capability matrix (streaming, tool calls, JSON mode, etc.) plus every supported environment variable is documented in `docs/reference/providers.md` and `docs/reference/env_variables.yaml`.
- The full capability matrix (streaming, tool calls, JSON mode, etc.) is documented in `docs/reference/providers.md`.