Dalton Flanagan

Results 9 comments of Dalton Flanagan

Merged to production via https://github.com/darekkay/todoist-export/pull/9#issuecomment-779709817

I see `PS1: unbound variable` (`install_distribution.sh` sets `-e`), so I suspect that there's an issue with the prompt when the script [attempts to activate the environment](https://github.com/meta-llama/llama-stack/blob/main/llama_toolchain/distribution/install_distribution.sh#L111C17-L111C29). @amkoupaei, are you able...

Does this fix it? https://github.com/meta-llama/llama-agentic-system/issues/40#issuecomment-2290515028

Hi @YinSonglin1997, I'm curious to learn more about your setup – were you hosting the inference server elsewhere? How did you disable IPv6? Re: API keys, they're [pulled from environment...

The server running on `5000` is an API server and not a webserver you'd be able to visit in your browser. In a separate window, run `mesop app/main.py` to start...

Looks like it. It's working on `0.0.5` and I get this behavior on `0.0.8`. I'll take a look.

We've since deleted the Mesop app; check out Agent Store for our new agents demo

``` Tested with reporter's exact repro from https://github.com/gabelevi/claude_session_start_env_bug: | Hook Type | Before Fix | After Fix | |--------------|---------------------------------------------------|---------------------------------------------------| | Project hook | ✅ /Users/dalton/.claude/session-env/.../hook-0.sh | ✅ /Users/dalton/.claude/session-env/.../hook-0.sh | |...