Armanc Keser
Armanc Keser
No worries! The problem with script kit is the bad documentation, they have good apis that are not documented at all. I was trying to port this over but just...
FWIW, I had the same problem, and figured out that my reverse proxy would only route to paperless if the request was from someone already authenticated withing the reverse proxy....
Getting this issue now, and rebuild doesn't solve it
This is pretty fundamental in my opinion. Let's say you want your agent to act on a Model and you want to give it controllers to affect the Model, right...
```python AgnoAgent( name="agno", model=OpenAILike( id="anthropic-claude-v3.7-sonnet", api_key=getenv("LITELLM_API_KEY"), base_url=getenv("LITELLM_API_BASE"), ), system_message=lambda agent: self.system_prompt, tools=self.tools, telemetry=False, debug_mode=True, ) ``` Happens to me in a setup like this ```python DEBUG Getting function send_message_to_chat_and_wait DEBUG...
@dmitrylyzo I don't want to nag but wanted to confirm, for reviews do you prefer being tagged or do you just go through your notifications when you have the time?
@thornbill @dmitrylyzo hey folks! Can this be merged?
@dmitrylyzo @thornbill I think this is ready now? Also, is there any show or movie in the demo deployment with subtitles? If not adding one might make sense?
@dmitrylyzo @thornbill, opened another small PR exposing the current track events. If we can get these in I can start working on the subtitle sync view if that's okay. Thank...
@thornbill hey there! Don't mean to be a thorn on you guys' side but the squeaky wheel gets the grease and I would love to contribute the subtitle sync rendering...