Flávio Juvenal

Results 143 issues of Flávio Juvenal

(some dependencies seem to still be broken)

To avoid errors due to token limit. See: - https://langchain-ai.github.io/langgraph/how-tos/memory/manage-conversation-history/ - https://python.langchain.com/docs/how_to/trim_messages/ - https://langchain-ai.github.io/langgraph/concepts/memory/?ref=blog.langchain.dev#summarizing-past-conversations

enhancement

https://langchain-ai.github.io/langgraph/how-tos/node-retries/ Check also retries on `ToolNode` and chat model instantiation.

enhancement

Must have a way to let users bring their own API key, such as https://gptlab.streamlit.app/ Host a frontend-only app on GitHub pages?

enhancement

Useful for removing TourGuideAssistantView and having the frontend to call the assistant directly.

enhancement

https://www.anthropic.com/news/prompt-caching Related to: https://github.com/vintasoftware/django-ai-assistant/issues/160

enhancement

Ideas: - Complex AND/OR filtering via Django admin that generates a special query * https://github.com/cloudblue/django-rql * https://github.com/ivelum/djangoql - And exports a CSV or Excel - Some application that generates json...

documentation

We need a granular way to support permissioning, better than the current "callback" settings approach (like `AI_ASSISTANT_CAN_CREATE_THREAD_FN`). Check how popular Django apps implement permission callbacks. Maybe they use something different...

enhancement

It works already and it's documented, but we need an example that uses a non-OpenAI model. See work done on https://github.com/vintasoftware/django-ai-assistant/pull/54

documentation