mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 13:32:23 +00:00
- Added new `AgentSystem` types to support enhanced agent execution, tool tracking, API compatibility, and integration with thread system. - Developed `AgentExecutionPanel` React component for detailed real-time monitoring of agent execution status and history. - Created comprehensive tests for `AgentLoopService` covering execution flow, tool integration, error handling, and timeout scenarios.
51 lines
581 B
Plaintext
51 lines
581 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
my_docs/*
|
|
|
|
# CI secrets for local testing (contains real tokens)
|
|
scripts/ci-secrets.json
|
|
scripts/ci-secrets.local.json
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
references/
|
|
src-tauri/runtime-skill-*
|
|
.mypy_cache
|
|
.ruff_cache
|
|
.kotlin
|
|
.cargo
|
|
|
|
CLAUDE.local.md
|
|
|
|
# Test artifacts
|
|
e2e-results/
|
|
wdio-logs/
|
|
test-results/
|
|
coverage/
|