nextpy icon indicating copy to clipboard operation
nextpy copied to clipboard

๐Ÿค–Self-Modifying Framework from the Future ๐Ÿ”ฎ World's First AMS

Results 24 nextpy issues
Sort by recently updated
recently updated
newest added

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...

enhancement
good first issue
help wanted

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:...

enhancement

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...