nextpy
nextpy copied to clipboard
๐คSelf-Modifying Framework from the Future ๐ฎ World's First AMS
Description: * There is a good reason to use --no-cache-dir when you are building Docker images. The cache is usually useless in a Docker image, and you can definitely shrink...
:3000 ERR_CONNECTION_REFUSED. And I do not know why. โโโ Starting Nextpy App Compiling: โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ 100% 15/15 0:00:00 Compiling takes time, but the compiled app is super fastโก: โโโ
### GitHub Issue: Refactoring the `App` Class in `app.py` for Enhanced Readability and Maintainability #### Overview The `App` class in `app.py` is central to our Nextpy application but currently handles...
Description: This pull request introduces an innovative feature that significantly enhances user interactions and state management within Nextpy applications. By incorporating a local input tag, similar to established practices in...
Components -> xt.sidebar() - Parent element for the sidebar. Takes a prop "top", which can be the height of navbar or whatever needs to be rendered above it. xt.sidebar_item -...
Restructured the entire ai module Removed the following modules : finetune models scripts tests tokenizers tools Modified the following modules : agent utils Added the following modules : config skills...
The issue: Logging in MultiagentManager currently uses print statements with a conditional variable passed as a parameter "debug" with the default value False. This is a temporary solution. The solution:...
This pull request adds classes for assistant agent, multiagent manager and user proxy agent. Affected module : /ai/agent You can now create assistant agents that perform any specific task and...