Open dougalb opened 1 day ago
Thanks for putting this issue up. Looking. Last night some of our pypi distributions broke because of a tensorflow update that we didn't catch in testing. We are patch fixing that now and making sure that doesn't happen again. Can you please share the version of the archgw that you are using. archgw --version
. This would help us debug this a bit better.
It was installed from pypi using pip and doesn't have the version
command. Check pip, it is 0.0.3
. Manually built the CLI from source and it is now:
(.venv) ➜ tools git:(main) ✗ archgw --version
archgw cli version: 0.0.5
(.venv) ➜ tools git:(main) ✗ archgw
Arch (The Intelligent Prompt Gateway) CLI
_ _
/ \ _ __ ___ | |__
/ _ \ | '__|/ __|| '_ \
/ ___ \ | | | (__ | | | |
/_/ \_\|_| \___||_| |_|
Usage: archgw [OPTIONS] COMMAND [ARGS]...
Options:
--version Show the archgw cli version and exit.
--help Show this message and exit.
Commands:
build Build Arch from source.
down Stops Arch.
generate-prompt-targets Generats prompt_targets from python methods.
logs Stream logs from access logs services.
up Starts Arch.
(.venv) ➜ tools git:(main) ✗
Will retest using the new cli install. Also as a note, the logs are wiring the API keys out. Might be worth looking at obfuscating those things even in debug logs.
Absolutely fair on the keys bit. Created a new issue https://github.com/katanemo/arch/issues/234 to fix that. Separately, if you build from source right now, the only thing we know that will cause a failure is that Arch-Function model deployment failed last night. Team reverted the change, but we are seeing intermittent failures. Debugging and will post here, when that is fixed
Several fixes went in today - Looks like the network_agent should be functional now. Just tested.
Setup arch on MacOS 15.1 with Docker. Following steps for Network Agent demo and after entering
tell me what you can help me with
in the UI, nothing happens.Logs from
archgw logs --follow
below: