Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OM completely makes up FS-tree #931

Open
chymian opened this issue Mar 25, 2025 · 0 comments
Open

OM completely makes up FS-tree #931

chymian opened this issue Mar 25, 2025 · 0 comments

Comments

@chymian
Copy link

chymian commented Mar 25, 2025

the programm completely makes up directory trees.
and is not able to write it's results to FS.

it also interprets ~/ which should be home/guenter as /home/user which is not existent on my FS.

simple example:
the real thing is

(OpenManus) guenter@manus /srv/homes/dev/paia/paia/OpenManus
$ tree workspace/ -L 2
workspace/
├── docs
│   ├── 20-pip_trading_article.txt
│   ├── Die_Kombination_der_20-Pip-Challenge_mit_der_Donch.md
│   ├── html
│   ├── I_Let_1_000_Bots_Try_to_Turn__20_into__52_000__342_200_224_Here_-job_17.pdf
│   └── mql5.txt
└── example.txt

3 directories, 5 files

python run_mcp.py -p "print me the path (pwd) and file tree of your working directory as well as the workspace/docs/ filetree one level deep"

20250325024025.log

the answer is:


**Final File Structure Report**

1. **Current Working Directory**  
`/root/mcp`

2. **Top-Level Structure**  
.
└── workspace/  [directory - modified Jul 9 12:34] 

3. **workspace/docs Contents** (1-level deep):  

├── config.yaml        [23B config file]
├── templates/         [directory - 4KB storage]
└── user_guide.md      [176B documentation]

which is also not existent.

and that not only with the MCPs run_mcp.py in use. the main.py also completely hallucinates!

20250325024025.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant