Skip to content

hotfix: v2 tests#809

Merged
aix-ahmet merged 3 commits intotestfrom
development
Jan 27, 2026
Merged

hotfix: v2 tests#809
aix-ahmet merged 3 commits intotestfrom
development

Conversation

@aix-ahmet
Copy link
Copy Markdown
Collaborator

No description provided.

aix-ahmet and others added 3 commits January 27, 2026 12:47
* 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]>
@aix-ahmet aix-ahmet merged commit 83681e2 into test Jan 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants