Merged
Conversation
* Hotfix: Inspectors, v2 fixes, debugger (#801) * ENG-2710 tool in dict form handled (#796) * Eng 2709 SDK 2.0 Various Improvements (#792) * ENG-2709 Added path, developer and host filters * ENG-2709 Removed intermediate steps * ENG-2709 Modified run_async to accept positional query arg * ENG-2709 templated instruction/query * ENG-2709 Fixed instruction templating --------- Co-authored-by: aix-ahmet <[email protected]> * ENG-2717 fixes v2 resource repr over path display (#798) * added max iterations and max tokens too agent config (#800) * ENG-2716 Agent status update treatment for notebook envs (#799) * ENG-2716 Agent status update treatment for notebook envs * ENG-2716 experimental flag progress_time_ticks * Add ability to configure rate limits based on input, output or total tokens (#791) * Update api_key.py * Update api * feat(api-key): add token type support for per-asset rate limiting - Add TokenType enum (INPUT, OUTPUT, TOTAL) for configuring which tokens to count for rate limiting purposes - Fix bug where asset limits incorrectly used global tokenType instead of per-asset tokenType - Properly parse tokenType from API response as TokenType enum - Add comprehensive docstrings to TokenType enum and APIKeyUsageLimit class - Move functional API key tests to unit tests with mocked responses - Add unit tests for token type creation, parsing, and serialization Closes ENG-2705 * undo docs --------- Co-authored-by: Hadi <[email protected]> Co-authored-by: ahmetgunduz <[email protected]> * safe delete only for dev and test (#804) * ENG-2716 make progress_time_ticks default behaviour (#803) * ENG-2716 Agent status update treatment for notebook envs * ENG-2716 experimental flag progress_time_ticks * ENG-2716 make progress_time_ticks default behaviour * removed inspectors v1, fixed v2 tests (#802) * removed inspectors v1, fixed v2 tests * move import from v1 to v2 --------- Co-authored-by: ahmetgunduz <[email protected]> * ENG-2720 Fix team agent save when subagents are saved after team creation (#805) * feat(v2): Add Debugger meta-agent for agent response analysis (#793) * feat(v2): Add Debugger meta-agent for agent response analysis - Add Debugger class in meta_agents.py for analyzing agent runs - Add DebugResult dataclass with analysis property - Add .debug() method to AgentRunResult for chained debugging - Add execution_id extraction from poll URL for enhanced debugging - Export Debugger and DebugResult from v2 module - Register Debugger in Aixplain client context Usage: aix = Aixplain('<api_key>') debugger = aix.Debugger() result = debugger.run('Analyze this agent output...') # Or chained from agent response: response = agent.run('Hello!') debug_result = response.debug() ENG-2635 * Unit test meta agents --------- Co-authored-by: JP Maia <[email protected]> --------- Co-authored-by: kadirpekel <[email protected]> Co-authored-by: Zaina Abu Shaban <[email protected]> Co-authored-by: Hadi Nasrallah <[email protected]> Co-authored-by: Hadi <[email protected]> Co-authored-by: ahmetgunduz <[email protected]> Co-authored-by: João Maia <[email protected]> Co-authored-by: JP Maia <[email protected]> * update functions param * fix evolver tests and add slack integration model id * fix already exists agent error in agent functional test --------- Co-authored-by: kadirpekel <[email protected]> Co-authored-by: Zaina Abu Shaban <[email protected]> Co-authored-by: Hadi Nasrallah <[email protected]> Co-authored-by: Hadi <[email protected]> Co-authored-by: ahmetgunduz <[email protected]> Co-authored-by: João Maia <[email protected]> Co-authored-by: JP Maia <[email protected]>
#808) * ENG-2722 Fix code/value attribute handling for actions and removed auth scheme foundation * fix static agent id in tests --------- Co-authored-by: ahmetgunduz <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.