holoviz-topics / panel-chat-examples

Examples of Chat Bots using Panels chat features: Traditional, LLMs, AI Agents, LangChain, OpenAI etc
https://holoviz-topics.github.io/panel-chat-examples/
MIT License
105 stars 32 forks source link

Fail fast to help create a world that can run on green energy #31

Open MarcSkovMadsen opened 11 months ago

MarcSkovMadsen commented 11 months ago

Currently the github pipeline installs everything before running lint checks. This takes + 3 mins.

image

It would be very useful to get the feedback of failing lint check faster (30secs). And a pipeline that fails fast would also help save resources.

Please refactor pipeline such that it fails as fast as possible and uses as few resources as possible.