llalitkumarrr
llalitkumarrr
Hello @sertacakdogan , LLMAgents typically decide dynamically how to proceed based on the model’s response and the instructions you provide naturally play a major role in guiding that behavior. However...
Hello @TomOrth , Please update to the latest ADK version. If the problem persists, we will need to reproduce it and it would be very helpful if you could provide...
Hello @Strandor , This error suggests that the object cannot be copied because it attempted to create a duplicate. You can try creating a shallow copy by removing the `deep=True`...
Hello @jesusluisperezvazquez-lab You need to unsubscribe to this thread using link provided in the mail.
Hello @vedantdere01042001-lang , The function you might be looking for is `_run_compaction_for_sliding_window`, located in [compaction.py](https://github.com/google/adk-python/blob/main/src/google/adk/apps/compaction.py). You can import it using the following line: `from google.adk.apps.compaction import _run_compaction_for_sliding_window` Please try this...